This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch change-gh-notifications in repository https://gitbox.apache.org/repos/asf/celix.git
commit c4405041af7403a41766906a6a0e742718afa751 Author: Roy Lenferink <[email protected]> AuthorDate: Thu Apr 27 13:38:32 2023 +0200 Update GH notifications format for better mailing list archive readability --- .asf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 5d48d251..031b60eb 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -47,3 +47,15 @@ github: require_code_owner_reviews: false required_approving_review_count: 0 + # 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})" +
