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

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


The following commit(s) were added to refs/heads/master by this push:
     new 519b476  Redirect notifications to the commits@ list instead of dev 
(#490)
519b476 is described below

commit 519b47699872e4034618d3974af77619703e8d3a
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Sep 28 12:21:41 2022 -0700

    Redirect notifications to the commits@ list instead of dev (#490)
---
 .asf.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 209aec5..5c8b9e9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,4 +45,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