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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 17d9daba4 Try to enable discussions again
17d9daba4 is described below

commit 17d9daba44c47767bf98fc0682481d3c1ad6b08e
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Mar 17 13:43:08 2025 -0400

    Try to enable discussions again
    
    It turns out we need to set up a notification ML target
    
    Otherwise it doesn't work. See [1] for more details
    
    [1] 
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#repo_features
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index ca517cba6..82eb22c9a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -84,6 +84,7 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
+  discussions: [email protected]
   # This would send new/closed PR notifications to dev@
   #pullrequests_status: [email protected]
   # This would send individual PR comments/reviews to notifications@

Reply via email to