This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch feat/discussion-notifications in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit 0e5c7e5fc159fe6969c688c59dbad528548dbff3 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Jul 29 22:00:19 2026 +0200 Enable discussion notifications To enable GitHub Discussions, we also need to provide an address for the notifications. --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 36921d86..f0326a57 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,6 +22,7 @@ notifications: # GitHub already provides notifications for PRs and issues. # Please don't duplicate that noise here! commits: [email protected] + discussions: [email protected] jira_options: link label github: description: "Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log-like data"
