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 46038b83dcab2304ea8e846bd4ef3575ee4a093c Author: Xuanwo <[email protected]> AuthorDate: Fri Oct 18 17:19:19 2024 +0800 ci: Send discussions to [email protected] As discussed at https://lists.apache.org/thread/d9nz51qvy59y2vnqcrrr1skgomhcl11f --- .asf.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index f677b654f6..b8e1558ebf 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -38,12 +38,21 @@ github: required_approving_review_count: 1 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}" notifications: commits: [email protected] issues: [email protected] pullrequests: [email protected] - discussions: [email protected] + discussions: [email protected] staging: profile: ~
