This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 95d26d5375 Enable GitHub Issues and Discussions (#1688)
95d26d5375 is described below
commit 95d26d53753ef05f6439dc83049f8bffdca1d3a2
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 18 09:06:32 2026 +0100
Enable GitHub Issues and Discussions (#1688)
Update the notification schema accordingly
Improve the branch protection policy
---
.asf.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index b0615441ed..cbbaf04aee 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,13 +41,16 @@ github:
main:
required_pull_request_reviews:
require_code_owner_reviews: false
+ dismiss_stale_reviews: true
+ require_last_push_approval: false
required_approving_review_count: 1
required_linear_history: true
features:
wiki: false
- issues: false
- projects: false
+ issues: true
+ projects: true
+ discussions: true
autolink_jira:
- AMQ
@@ -56,4 +59,5 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
+ discussions: [email protected]
jira_options: link label worklog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact