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-tools.git
The following commit(s) were added to refs/heads/main by this push:
new ca1506dbf31 [INFRA] Set up default rulesets for default and release
branches (#3584)
ca1506dbf31 is described below
commit ca1506dbf3187511d1bc0f0a488d94ba0675b958
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 26 11:04:45 2026 -0500
[INFRA] Set up default rulesets for default and release branches (#3584)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 279739bd25f..5573d8b3e31 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,3 +19,16 @@ github:
squash: true
merge: false
rebase: false
+ 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]