This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch Xuanwo-patch-1 in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 0cfdbfd4c92be7f2450faf5cbd59d1d77baf23ce Author: Xuanwo <[email protected]> AuthorDate: Sun Oct 20 17:11:53 2024 +0800 ci(asf): Don't add `[DISCUSS]` prefix for discussion --- .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]
