Skip to content

Commit

Permalink
Custom subjects for ASF mailing lists
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Jul 12, 2023
1 parent 4852bd0 commit d50833e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,27 @@ github:
tomee-7.0.x: {}
tomee-7.1.x: {}
tomee-8.x: {}
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})"
dependabot_alerts: false
dependabot_updates: false

notifications:
commits: [email protected]
issues: [email protected]
Expand Down

0 comments on commit d50833e

Please sign in to comment.