This is an automated email from the ASF dual-hosted git repository.
Havret pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
The following commit(s) were added to refs/heads/main by this push:
new e6626ff Set up default protection ruleset for default and release
branches # Conflicts: # .asf.yaml
e6626ff is described below
commit e6626ff5aba642cc1e73f1bf3386bcc6682ddaee
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 13:42:11 2026 -0500
Set up default protection ruleset for default and release branches
# Conflicts:
# .asf.yaml
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 86a43ac..8ebd7e7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,6 +36,20 @@ github:
projects: false
discussions: true
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
+
notifications:
commits: [email protected]
issues: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact