You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/06/30 08:14:14 UTC

[hop] branch master updated: [INFRA] make mail messages more readable

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new f8ca8b1e6f [INFRA] make mail messages more readable
     new cbd9be23fb Merge pull request #3045 from hansva/master
f8ca8b1e6f is described below

commit f8ca8b1e6ff9cd4cb29bf73e544217cd5da15ad9
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Jun 30 10:13:40 2023 +0200

    [INFRA] make mail messages more readable
---
 .asf.yaml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b90716eef7..4cbcd5355b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,27 @@
 
 # https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
 ---
+
+# 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})"
+
 notifications:
   commits: commits@hop.apache.org
   issues: issues@hop.apache.org