You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/07/11 22:30:38 UTC

[pulsar] 01/01: Enable GitHub Discussions Notifications

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

wave pushed a commit to branch enable-discussions-notification
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 0a206b0d877e098df6f6c89db898af0fa4ef3398
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Mon Jul 11 15:30:31 2022 -0700

    Enable GitHub Discussions Notifications
    
    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:      commits@pulsar.apache.org
+    issues:       commits@pulsar.apache.org
+    pullrequests: commits@pulsar.apache.org
+    discussions:  dev@pulsar.apache.org
+    jira_options: link label
   labels:
     - pulsar
     - pubsub