Skip to content

Commit

Permalink
revert to new default subject lines
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablo-santos committed Oct 9, 2023
1 parent f9cc0c8 commit a468244
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,12 @@ github:
- java
- jspwiki
- wiki
# 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})"

notifications:
commits: [email protected]
issues: [email protected]
pullrequests_status: [email protected]
pullrequests_comment: [email protected]
commits: [email protected]
discussions: [email protected]
issues: [email protected]
jobs: [email protected]
pullrequests: [email protected]
# Send dependabot PRs to commits@ instead
pullrequests_bot_dependabot: [email protected]

0 comments on commit a468244

Please sign in to comment.