This is an automated email from the ASF dual-hosted git repository.
Croway pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new 1804050 Set up default protection ruleset for default and release
branches
1804050 is described below
commit 1804050de69b8d5ff9c8bd94bbe270be060e80e1
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 14:04:14 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 4a260ac..508a7a9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,3 +32,16 @@ github:
squash: true
features:
issues: 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