This is an automated email from the ASF dual-hosted git repository.

mmarshall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 60856f2  Only send notifications to commits@ ML (#861)
60856f2 is described below

commit 60856f2d5d0aac888e7ade9b1cbe685a14b412c4
Author: Michael Marshall <[email protected]>
AuthorDate: Mon Oct 17 12:12:56 2022 -0700

    Only send notifications to commits@ ML (#861)
    
    This PR modifies the Apache mailing list notifications so that commits, 
issues, and pull request notifications are sent to the 
[email protected] mailing list. If you would like these notifications, 
please to subscribe to the commits mailing list or use the GitHub "watch" 
feature.
    
    Mailing list discussion for this change: 
https://lists.apache.org/thread/j6y57kr4180xblh7voyrjw47blgmghwt
---
 .asf.yaml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2f67ef2..05e8ef3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,4 +42,12 @@ github:
     # disable merge button:
     merge:   false
     # disable rebase button:
-    rebase:  false
\ No newline at end of file
+    rebase:  false
+
+
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  discussions:  [email protected]
+  jira_options: link label

Reply via email to