This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 166ba2e5eb feat:add discussions notifications (#15324)
166ba2e5eb is described below
commit 166ba2e5ebff3b11f226fdc0e158cc4590aaf34d
Author: Fushenqi <[email protected]>
AuthorDate: Wed May 7 09:57:29 2025 +0800
feat:add discussions notifications (#15324)
---
.asf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index be310d9047..4f41badc91 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,6 +22,7 @@ notifications:
issues: [email protected]
pullrequests: [email protected]
jira_options: link label link label
+ discussions: [email protected]
github:
homepage: https://dubbo.apache.org/
@@ -33,6 +34,8 @@ github:
issues: true
# Enable projects for project management boards
projects: true
+ # Enable GitHub Discussions for community discussions
+ discussions: true
protected_branches:
master: {}
2.5.x: {}