You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by js...@apache.org on 2022/07/05 07:17:22 UTC

[incubator-uniffle] branch master updated: Improve asf.yaml to reduce the notifications (#25)

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

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d7dfdb  Improve asf.yaml to reduce the notifications (#25)
0d7dfdb is described below

commit 0d7dfdbcc382aee4bdfa6924afd2bfe56d0a0bf5
Author: Saisai Shao <sa...@gmail.com>
AuthorDate: Tue Jul 5 15:17:18 2022 +0800

    Improve asf.yaml to reduce the notifications (#25)
---
 .asf.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bff9c79..5137082 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,6 +23,7 @@ github:
     - mapreduce
     - shuffle
     - remote-shuffle-service
+    - rss
   features:
     # Enable wiki for documentation
     wiki: true
@@ -43,6 +44,6 @@ github:
         required_approving_review_count: 1
 
   notifications:
-  commits: notifications@uniffle.apache.org
-  issues: dev@uniffle.apache.org
-  pullrequests: notifications@uniffle.apache.org
+    commits: commits@uniffle.apache.org
+    issues: dev@uniffle.apache.org
+    pullrequests: issues@uniffle.apache.org