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-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 86734c0  Normalize mailing list notification settings
86734c0 is described below

commit 86734c03293397f3c4f9d8b5bc1577ac0d2b6e98
Author: Matt Sicker <[email protected]>
AuthorDate: Tue Mar 14 15:20:45 2023 -0500

    Normalize mailing list notification settings
---
 .asf.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 2c16ecc..0ffdaf4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,3 +33,14 @@ 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})"

Reply via email to