This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new ff2c56e9c4 [INFRA] Set up default protection ruleset for default and
release branches (#399)
ff2c56e9c4 is described below
commit ff2c56e9c4ccfa125affb70775014314e00d9f43
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue Jun 23 01:57:36 2026 -0500
[INFRA] Set up default protection ruleset for default and release branches
(#399)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 8040f82d2b..504ffe0c82 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,3 +26,16 @@ github:
- amqp10
- amqps
- java
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]