You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2023/02/22 14:55:10 UTC

[drill] branch cgivre-patch-1 created (now 078d84092d)

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

cgivre pushed a change to branch cgivre-patch-1
in repository https://gitbox.apache.org/repos/asf/drill.git


      at 078d84092d [MINOR UPDATE] Add Email Templates to ASF.yml

This branch includes the following new commits:

     new 078d84092d [MINOR UPDATE] Add Email Templates to ASF.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[drill] 01/01: [MINOR UPDATE] Add Email Templates to ASF.yml

Posted by cg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch cgivre-patch-1
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 078d84092d0ee5ab3d0586b65984297c177d1522
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Wed Feb 22 09:55:02 2023 -0500

    [MINOR UPDATE] Add Email Templates to ASF.yml
---
 .asf.yaml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 726f937830..b31daf42c5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,4 @@
-# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-CustomsubjectlinesforGitHubevents
 
 github:
   description: "Apache Drill is a distributed MPP query layer for self describing data"
@@ -20,3 +20,16 @@ github:
     issues: true
     # Enable projects for project management boards
     projects: 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})"
+