This is an automated email from the ASF dual-hosted git repository.

porcelli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


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

commit e5fe94bfe604c0e3fed3344a55db4f0f13db7b71
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 19 04:55:57 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 2dd20e6f8a..193e8368cd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,3 +28,16 @@ github:
     - hacktoberfest
   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