From 86d7b3b348dfa59eb5888eb247f1881b170a792b Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 17 Mar 2025 20:24:57 +0800 Subject: [PATCH] [KYUUBI #6988] [INFRA] Foward GitHub discussions to ASF mailing list ### Why are the changes needed? To satisfy the ASF requirements. > An error occurred while processing the github feature in .asf.yaml: > > GitHub discussions can only be enabled if a mailing list target exists for it. ### How was this patch tested? Review and monitor the master branch after merging. ### Was this patch authored or co-authored using generative AI tooling? No Closes #6988 from pan3793/discussion. Closes #6988 dd788c054 [Cheng Pan] [INFRA] Foward GitHub discussions to ASF mailing list Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 2c4346295..bb613c6dc 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -45,3 +45,4 @@ notifications: commits: commits@kyuubi.apache.org issues: notifications@kyuubi.apache.org pullrequests: notifications@kyuubi.apache.org + discussions: notifications@kyuubi.apache.org