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-dotpulsar.git


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

commit 1e41407e0eb39ec3120ffd7c60415a3e8f072df2
Author: Michael Marshall <[email protected]>
AuthorDate: Mon Oct 17 12:24:17 2022 -0700

    Only send notifications to commits@ ML (#115)
    
    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 | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index d4007d6..fbe2ab9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,4 +41,11 @@ 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