This is an automated email from the ASF dual-hosted git repository.
oscerd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0874cefe Set up default protection ruleset for default and release
branches (#1596)
0874cefe is described below
commit 0874cefe05d981aa320b8a3bd87599f0df869c41
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 07:21:27 2026 -0500
Set up default protection ruleset for default and release branches (#1596)
---
.asf.yaml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index ee89034e..edc617d8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,8 +24,21 @@ github:
- integration
- java
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: true
+ squash: true
+ merge: false
+ rebase: 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