Hi all, I just also added the documentation on my latest addition to the GitHub tooling.
Now we can customize the email titles sent to the mailinglists … I bet you folks will be relieved by that, right? https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features I would suggest something like: custom_subjects: new_pr: "[PR] {title}" close_pr: "Re: [PR] {title}" comment_pr: "Re: [PR] {title}" diffcomment: "Re: [PR] {title}" merge_pr: "Re: [PR] {title}" new_issue: "[I] {title}" comment_issue: "Re: [I] {title}" close_issue: "Re: [I] {title}" catchall: "[GH] {title}" new_discussion: "[D] {title}" edit_discussion: "Re: [D] {title}" close_discussion: "Re: [D] {title}" close_discussion_with_comment: "Re: [D] {title}" reopen_discussion: "Re: [D] {title}" new_comment_discussion: "Re: [D] {title}" edit_comment_discussion: " Re: [D] {title}" delete_comment_discussion: " Re: [D] {title}" Tell me what you think? Chris
