This is an automated email from the ASF dual-hosted git repository.
yesamer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-benchmarks.git
The following commit(s) were added to refs/heads/main by this push:
new 90f885a9 Set up default protection ruleset for default and release
branches (#296)
90f885a9 is described below
commit 90f885a97cf7c0505e51ed79f48c76cab6a0c09b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 26 11:07:50 2026 -0500
Set up default protection ruleset for default and release branches (#296)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 40a66c4c..e5e8b65a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,16 @@
github:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]