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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


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

commit c97fe28b8f3911a19fe0f6136abb8edfee625171
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Thu May 21 14:44:46 2026 -0500

    Set up default protection ruleset for default and release branches (#1630)
---
 .asf.yaml | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 29c6ea00..802ba62d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,9 +32,22 @@ github:
     - docker
     - kubernetes
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  true
+    squash: true
+    merge: false
+    rebase: true
   features:
     issues: true
-    discussions: true
\ No newline at end of file
+    discussions: 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

Reply via email to