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

mmarshall pushed a commit to branch decrease-notifications
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git

commit 11dfb05d9bee1e1f85daf27cb31d439f527525b7
Author: Michael Marshall <[email protected]>
AuthorDate: Mon Oct 17 13:52:24 2022 -0500

    Only send notifications to commits@ ML
---
 .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