This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new b5e87e9 Normalize mailing list settings
b5e87e9 is described below
commit b5e87e9011966cdcdd4683b01c72cc8010501fe9
Author: Matt Sicker <[email protected]>
AuthorDate: Tue Mar 14 15:22:01 2023 -0500
Normalize mailing list settings
---
.asf.yaml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index c780907..b3f4398 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,7 +32,17 @@ github:
protected_branches:
main:
required_signatures: true
-
+ # 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]