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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new c50a0bf95 improve: more notifications settings in .asf.yaml (#1550)
c50a0bf95 is described below

commit c50a0bf95f1963bc9f06862c9e87fe4df20ee6af
Author: tison <[email protected]>
AuthorDate: Thu Sep 8 10:43:22 2022 +0800

    improve: more notifications settings in .asf.yaml (#1550)
---
 .asf.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f1b84eba0..da2076860 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,7 +39,7 @@ github:
 
 notifications:
   commits:      [email protected]
-  issues:       [email protected]
-  pullrequests: [email protected]
-  pullrequests_status:  [email protected]
-  pullrequests_comment: [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
+  jobs:         [email protected]
+  discussions:  [email protected]

Reply via email to