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-apps.git


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

commit 9b4278f4534c7f316df710b44731f0bc02e0dae9
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 26 04:12:31 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 0cc71ee94..d1c10d85f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,6 +39,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