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-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 2f1a43ad4 Set up default protection ruleset for default and release
branches (#4590)
2f1a43ad4 is described below
commit 2f1a43ad498df55e74fb5c43a96579975dc8d191
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed May 27 02:44:53 2026 -0500
Set up default protection ruleset for default and release branches (#4590)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 705e8a797..095a0461b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,3 +38,16 @@ github:
- optaplanner
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]