I'm using GitHub discussions to great effect on another project. Move to turn them on here...
On Mon, Mar 17, 2025, 12:39 PM Andrew Musselman <andrew.mussel...@gmail.com> wrote: > FYI > > ---------- Forwarded message --------- > From: Daniel Gruno <humbed...@apache.org> > Date: Mon, Mar 17, 2025 at 10:38 AM > Subject: [ASF] A note to projects with GitHub Discussions in use > To: <annou...@infra.apache.org> > > > Projects that are using GitHub Discussions and have suddenly found that > feature to be missing, please see > > https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#repo_features > > GitHub Discussions are now managed entirely through .asf.yaml, and will > default to being disabled unless enabled in your .asf.yaml file, OR if > you do not have a valid 'discussions' entry in your notifications > section in the configuration. > > > The TL;DR for enabling Discussions in .asf.yaml is to weave these > settings into your .asf.yaml file in your default branch: > > > notifications: > discussions: iss...@foo.apache.org (use your own mailing list here) > ... > github: > features: > discussions: true >