This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 5053571  Use consistent mailing list settings
5053571 is described below

commit 5053571d9b505780d468d6c8de17599f5bdab8e3
Author: Matt Sicker <[email protected]>
AuthorDate: Tue Mar 14 15:12:32 2023 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 3990578..2f53f34 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,3 +33,14 @@ github:
   protected_branches:
     master:
       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