This is an automated email from the ASF dual-hosted git repository.

ppkarwasz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 70f413ec Enable discussion notifications (#473)
70f413ec is described below

commit 70f413ec17411a3aca1fb5e722c06822b2b9dc76
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jul 29 22:03:28 2026 +0200

    Enable discussion notifications (#473)
    
    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 70a3c7c1..0685a078 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"

Reply via email to