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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7bc6ee1d Change some notifications rules. (#152)
7bc6ee1d is described below

commit 7bc6ee1dab19d6736f142a187447d45d3c7f813a
Author: Gu Jiawei <[email protected]>
AuthorDate: Wed Jul 9 17:02:43 2025 +0800

    Change some notifications rules. (#152)
    
    * 1. change some notifications rules.
    
    * 1. enable discussions for project features
---
 .asf.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c5c66460..c0c0d697 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,9 +43,10 @@ github:
   features:
     issues: true
     projects: true
+    discussions: true
 notifications:
   commits: [email protected]
-  issues: [email protected]
-  pullrequests: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
   jobs:         [email protected]
-  discussions:  [email protected]
\ No newline at end of file
+  discussions: [email protected]
\ No newline at end of file

Reply via email to