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

zhongjiajie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-ambari.git


The following commit(s) were added to refs/heads/main by this push:
     new 3887938  feat: Send commit and issue to commits mail list instead of 
dev (#5)
3887938 is described below

commit 38879385528e4a13ef8ce25c5630aa8cb3b18582
Author: Jay Chung <[email protected]>
AuthorDate: Tue Jan 3 11:22:50 2023 +0800

    feat: Send commit and issue to commits mail list instead of dev (#5)
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index edf1a58..95d4ccc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,3 +35,10 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         required_approving_review_count: 1
+
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  pullrequests_status:  [email protected]
+  pullrequests_comment: [email protected]

Reply via email to