This is an automated email from the ASF dual-hosted git repository.
chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9dc2e79c Update .asf.yaml
9dc2e79c is described below
commit 9dc2e79c3efeb371c820101f673aba19c9206850
Author: Eason Chen <[email protected]>
AuthorDate: Tue Mar 28 18:29:05 2023 +0800
Update .asf.yaml
---
.asf.yaml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 301b3f45..6daa2575 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,10 +12,11 @@ publish:
whoami: asf-site
notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests_status: [email protected]
- pullrequests_comment: [email protected]
- issues_status: [email protected]
- issues_comment: [email protected]
+ commits: [email protected]
+ # Send all issue emails (new, closed, comments) to issues@
+ issues: [email protected]
+ # Send new/closed PR notifications to dev@
+ pullrequests_status: [email protected]
+ # Send individual PR comments/reviews to issues@
+ pullrequests_comment: [email protected]
jira_options: link label worklog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]