This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-sandbox-quarkus-accelerator.git
The following commit(s) were added to refs/heads/main by this push:
new f1abe73 Set up default protection ruleset for default and release
branches (#17)
f1abe73 is described below
commit f1abe7359db6f81758132a9b685bcb740a2335dd
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon Jun 8 08:18:55 2026 -0500
Set up default protection ruleset for default and release branches (#17)
---
.asf.yaml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 576d2a2..81aa8c1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,5 +1,18 @@
github:
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: false
+ 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]