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/17 15:15:22 UTC

[pulsar] branch master updated: Set notifications section with correct level (#16634)

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 36391397ab9 Set notifications section with correct level (#16634)
36391397ab9 is described below

commit 36391397ab92eb59d9e85caa418a00ed3b187c56
Author: tison <wa...@gmail.com>
AuthorDate: Sun Jul 17 23:15:16 2022 +0800

    Set notifications section with correct level (#16634)
    
    I notice that GitHub Discussions activities aren't redirected to the mailing list and it's because the yaml section in a wrong indent level.
---
 .asf.yaml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f8199744fe1..a70aa54b1f5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,12 +20,6 @@
 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
@@ -115,3 +109,10 @@ github:
     branch-2.8: {}
     branch-2.9: {}
     branch-2.10: {}
+
+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