This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b7a2130e [INFRA] Set up default rulesets for default and release
branches
b7a2130e is described below
commit b7a2130e074a92dd0cf91f98145f24e42fbd9ea5
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 08:46:51 2026 -0500
[INFRA] Set up default rulesets for default and release branches
* Set up default protection ruleset for default and release branches
* Include Camel Quarkus release branch convention in protection include list
---------
Co-authored-by: James Netherton <[email protected]>
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 6ccb31bf..ca62897a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,3 +27,17 @@ github:
merge: false
rebase: true
squash: true
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ - "[0-9]+.[0-9]+.x"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true