This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 255709b0b Update .asf.yaml (#4122)
255709b0b is described below
commit 255709b0b8f2d83eb2839f6431e18749cfb97ceb
Author: Eason Chen <[email protected]>
AuthorDate: Tue Jun 13 15:51:06 2023 +0800
Update .asf.yaml (#4122)
---
.asf.yaml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index d6024c10a..43b2fa5ff 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,6 +47,25 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 2
+ # Attempt to make the auto-generated github emails more easily readable in
email clients.
+ custom_subjects:
+ new_pr: "[PR] {title} ({repository})"
+ close_pr: "Re: [PR] {title} ({repository})"
+ comment_pr: "Re: [PR] {title} ({repository})"
+ diffcomment: "Re: [PR] {title} ({repository})"
+ merge_pr: "Re: [PR] {title} ({repository})"
+ new_issue: "[I] {title} ({repository})"
+ comment_issue: "Re: [I] {title} ({repository})"
+ close_issue: "Re: [I] {title} ({repository})"
+ catchall: "[GH] {title} ({repository})"
+ new_discussion: "[D] {title} ({repository})"
+ edit_discussion: "Re: [D] {title} ({repository})"
+ close_discussion: "Re: [D] {title} ({repository})"
+ close_discussion_with_comment: "Re: [D] {title} ({repository})"
+ reopen_discussion: "Re: [D] {title} ({repository})"
+ new_comment_discussion: "Re: [D] {title} ({repository})"
+ edit_comment_discussion: "Re: [D] {title} ({repository})"
+ delete_comment_discussion: "Re: [D] {title} ({repository})"
notifications:
commits: [email protected]
# Send all issue emails (new, closed, comments) to issues@
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]