This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new ff15ef1 Set up default protection ruleset for default and release
branches (#105)
ff15ef1 is described below
commit ff15ef10ebbce47827b7b67c31651e7a2d4360e3
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue Jun 2 13:28:04 2026 -0500
Set up default protection ruleset for default and release branches (#105)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index fb4c265..2798e98 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,3 +29,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