This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new d98ce76e9b [fix](asf) try change notification to not send mail to
dev@doris (#631)
d98ce76e9b is described below
commit d98ce76e9b7c99911a8ab523d47a82fbca686e0b
Author: Mingyu Chen <[email protected]>
AuthorDate: Wed May 22 09:19:08 2024 +0800
[fix](asf) try change notification to not send mail to dev@doris (#631)
---
.asf.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index ce1ab5c981..882304c30e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,7 +51,7 @@ github:
features:
issues: true
notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests_comment: [email protected]
- pullrequests_status: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests_comment: [email protected]
+ pullrequests_status: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]