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


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

commit cb405670c39a1e6f2d92cc78e9e3fc13db69c357
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue Jun 16 03:14:35 2026 -0500

    Set up default protection ruleset for default and release branches (#4291)
---
 .asf.yaml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b18f6db548..3f2ddf11aa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 github:
-  description: Kogito Runtimes is a cloud-native business automation 
technology for building cloud-ready business applications 
+  description: Kogito Runtimes is a cloud-native business automation 
technology for building cloud-ready business applications
   homepage: https://kie.apache.org
   labels:
     - apache
@@ -35,3 +35,16 @@ github:
     - pmml
   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