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-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new b1e1a1d3d Set up default protection ruleset for default and release
branches (#2837)
b1e1a1d3d is described below
commit b1e1a1d3d569ab9b3558e4f811657cf8ac8c7639
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 19 05:55:47 2026 -0500
Set up default protection ruleset for default and release branches (#2837)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 8c3671203..da16a9292 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