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


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

commit 630374067863b254e1bf66d1e74287edbc86408b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed Jun 17 05:22:49 2026 -0500

    Set up default protection ruleset for default and release branches (#2212)
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b326fda13..f1079abc9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,3 +40,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]

Reply via email to