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

humbedooh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7eb100c  Subjects should be nested under github.
     new e8da9d8  Merge pull request #123 from rbowen/fix-mlist-titles
7eb100c is described below

commit 7eb100c72ea614e1b61f97a23a2415e9118e0dd9
Author: Rich Bowen <rbo...@rcbowen.com>
AuthorDate: Wed May 17 12:59:08 2023 -0400

    Subjects should be nested under github.
---
 .asf.yaml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ab904a9..70a2239 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,24 +8,24 @@ github:
     - hugo
 
 # 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})"
-  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})"
+  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})"
 
 notifications:
   commits:      commits@community.apache.org

Reply via email to