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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 989a57c76b ci(asf): Don't add `[DISCUSS]` prefix for discussion (#5210)
989a57c76b is described below

commit 989a57c76bb09b1e0c92c88c4a5182f1d75a8d4b
Author: Xuanwo <[email protected]>
AuthorDate: Sun Oct 20 17:29:06 2024 +0800

    ci(asf): Don't add `[DISCUSS]` prefix for discussion (#5210)
---
 .asf.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b8e1558ebf..55f588ddb5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,14 +39,14 @@ github:
     gh-pages:
       whatever: Just a placeholder to make it take effects
   custom_subjects:
-    new_discussion: "[DISCUSS] {title}"
-    edit_discussion: "Re: [DISCUSS] {title}"
-    close_discussion: "Re: [DISCUSS] {title}"
-    close_discussion_with_comment: "Re: [DISCUSS] {title}"
-    reopen_discussion: "Re: [DISCUSS] {title}"
-    new_comment_discussion: "Re: [DISCUSS] {title}"
-    edit_comment_discussion: "Re: [DISCUSS] {title}"
-    delete_comment_discussion: "Re: [DISCUSS] {title}"
+    new_discussion: "{title}"
+    edit_discussion: "Re: {title}"
+    close_discussion: "Re: {title}"
+    close_discussion_with_comment: "Re: {title}"
+    reopen_discussion: "Re: {title}"
+    new_comment_discussion: "Re: {title}"
+    edit_comment_discussion: "Re: {title}"
+    delete_comment_discussion: "Re: {title}"
 
 notifications:
   commits: [email protected]

Reply via email to