From edc1f428c9b4c0d3a70bcf1df94368d291d3e475 Mon Sep 17 00:00:00 2001 From: Eason Chen Date: Tue, 13 Jun 2023 15:30:55 +0800 Subject: [PATCH] Update .asf.yaml --- .asf.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index d6024c10a0..43b2fa5ff2 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: commits@eventmesh.apache.org # Send all issue emails (new, closed, comments) to issues@