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-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new 7033e53c Set up default protection ruleset for default and release 
branches (#1303)
7033e53c is described below

commit 7033e53c6d7a12798a9fed29fe50c4285a1d4c49
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed May 27 02:46:29 2026 -0500

    Set up default protection ruleset for default and release branches (#1303)
---
 .asf.yaml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index da9ad306..9524e93f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,6 +2,19 @@ github:
   features:
     issues: true
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  true
+    squash: true
+    merge: false
+    rebase: 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]

Reply via email to