This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
commit 78e5fa9c645b1ff89a524891a4737bb654e5771f Author: tison <[email protected]> AuthorDate: Thu Sep 8 10:14:11 2022 +0800 improve: more notifications settings in .asf.yaml --- .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]
