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

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


The following commit(s) were added to refs/heads/master by this push:
     new d4b9a6623ca Enable GitHub Discussions Notifications (#16528)
d4b9a6623ca is described below

commit d4b9a6623ca266bc5ab2a07b395498276524e19f
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Jul 16 13:49:48 2022 -0700

    Enable GitHub Discussions Notifications (#16528)
    
    Notify discussions to dev@pulsar mailing list
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index bf773871b68..f8199744fe1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,6 +20,12 @@
 github:
   description: "Apache Pulsar - distributed pub-sub messaging system"
   homepage: https://pulsar.apache.org/
+  notifications:
+    commits:      [email protected]
+    issues:       [email protected]
+    pullrequests: [email protected]
+    discussions:  [email protected]
+    jira_options: link label
   labels:
     - pulsar
     - pubsub

Reply via email to