You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/05/15 14:27:16 UTC

[plc4x] branch develop updated: build: Added the new templates for our GitHub auto-generated emails for GitHub Discussions

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 325b72c33e build: Added the new templates for our GitHub auto-generated emails for GitHub Discussions
325b72c33e is described below

commit 325b72c33eec95a593f2c4a0bba57091903c4765
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Mon May 15 16:27:07 2023 +0200

    build: Added the new templates for our GitHub auto-generated emails for GitHub Discussions
---
 .asf.yaml | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c2b5a5317e..edb2ae077a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -60,15 +60,23 @@ github:
 
   # 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_pr: "[PR] {title}"
+    close_pr: "Re: [PR] {title}"
+    comment_pr: "Re: [PR] {title}"
+    diffcomment: "Re: [PR] {title}"
+    merge_pr: "Re: [PR] {title}"
+    new_issue: "[I] {title}"
+    comment_issue: "Re: [I] {title}"
+    close_issue: "Re: [I] {title}"
+    catchall: "[GH] {title}"
+    new_discussion: "[D] {title}"
+    edit_discussion: "Re: [D] {title}"
+    close_discussion: "Re: [D] {title}"
+    close_discussion_with_comment: "Re: [D] {title}"
+    reopen_discussion: "Re: [D] {title}"
+    new_comment_discussion: "Re: [D] {title}"
+    edit_comment_discussion: "Re: [D] {title}"
+    delete_comment_discussion: "Re: [D] {title}"
 
 notifications:
   commits:              commits@plc4x.apache.org