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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b3759764b chore: remove repository title from notification settings 
(#1808)
b3759764b is described below

commit b3759764b56e92ee5b4c157ed4b5d4ffe0a3645f
Author: Tim <[email protected]>
AuthorDate: Tue Aug 1 20:52:30 2023 +0200

    chore: remove repository title from notification settings (#1808)
---
 .asf.yaml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 056abc8e2..ce15edae8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,23 +30,23 @@ github:
     projects: false
 
   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})"
+    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}"
 
   del_branch_on_merge: true
 

Reply via email to