From 05d0dd851f41368739cd8211511a9ad7b3020d2a Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 11 Dec 2023 14:52:35 +0530 Subject: [PATCH] .asf.yaml: Enable Github Discussions for CloudStack (#8274) This enables Github Discussions feature for Apache CloudStack repository. Several tech-savvy users are already using CloudStack issues to report bugs, improvements and ideas, and finding using mailing list old-school. The discussions feature presents a forum and can help community have both users (including non-technical users) and developers on the same platform. Further, the discussions feature is proposed to be connected to the users@ mailing list so traditional users can benefit from discussions happening on Github Discusssions forum. Signed-off-by: Rohit Yadav --- .asf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index ce89a03d9ce..cd66c502960 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -41,6 +41,7 @@ github: features: wiki: true issues: true + discussions: true projects: true enabled_merge_buttons: @@ -61,3 +62,9 @@ github: - winterhazel protected_branches: ~ + +notifications: + commits: commits@cloudstack.apache.org + issues: commits@cloudstack.apache.org + pullrequests: commits@cloudstack.apache.org + discussions: users@cloudstack.apache.org