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-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new df05f1022f Set up default protection ruleset for default and release
branches (#1773)
df05f1022f is described below
commit df05f1022feeb69573728a5c13440396d00a6069
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Thu May 28 12:03:53 2026 -0500
Set up default protection ruleset for default and release branches (#1773)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index bf6e48c3f1..e2ad65f8e9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,3 +27,16 @@ github:
merge: false
rebase: true
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