This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 1e080e8a Set up default protection ruleset for default and release
branches
1e080e8a is described below
commit 1e080e8a05c3c389e67ef3cd78f062f90419ad6a
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 14:03:07 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index b49348b3..0dc11785 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,4 +12,17 @@ github:
enabled_merge_buttons:
merge: false
rebase: true
- squash: true
\ No newline at end of file
+ squash: 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