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

roryqi 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 0c3016d  [INFRA] Improve asf.yaml to reduce the notifications 
(another-try) (#33)
0c3016d is described below

commit 0c3016d31ebdd7c463df02cd2191ed53cc867862
Author: Saisai Shao <sai.sai.s...@gmail.com>
AuthorDate: Tue Jul 5 22:03:40 2022 +0800

    [INFRA] Improve asf.yaml to reduce the notifications (another-try) (#33)
    
    ### What changes were proposed in this pull request?
    
    Fix the issues introduced in #25 to correct the notifications.
    
    ### Why are the changes needed?
    
    Reduce the PR comment noise in dev@.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    N/A
---
 .asf.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5137082..d80bb15 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,7 +43,7 @@ github:
         dismiss_stale_reviews: true
         required_approving_review_count: 1
 
-  notifications:
-    commits: commits@uniffle.apache.org
-    issues: d...@uniffle.apache.org
-    pullrequests: iss...@uniffle.apache.org
+notifications:
+  commits: commits@uniffle.apache.org
+  issues: d...@uniffle.apache.org
+  pullrequests: iss...@uniffle.apache.org

Reply via email to