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

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


The following commit(s) were added to refs/heads/master by this push:
     new 93f74c1  Only send notifications to commits@ mailing list (#41)
93f74c1 is described below

commit 93f74c107001076c15cfc3e92b0a008d931cd5e1
Author: Zike Yang <[email protected]>
AuthorDate: Wed Mar 1 17:07:13 2023 +0800

    Only send notifications to commits@ mailing list (#41)
---
 .asf.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 23188fe..74589a2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,4 +43,9 @@ 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]
\ No newline at end of file

Reply via email to