This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 4f61663 Fix notification settings not taking effect (#8)
4f61663 is described below
commit 4f61663d334e20cf44cd15c611cc899ed9bf8118
Author: Kirs <[email protected]>
AuthorDate: Fri Feb 25 13:24:31 2022 +0800
Fix notification settings not taking effect (#8)
---
.asf.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 071d8b9..ccb2341 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,5 +35,8 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
- notifications:
- pullrequests_status: [email protected]
+notifications:
+ issues: [email protected]
+ commits: [email protected]
+ pullrequests: [email protected]
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]