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

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


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

commit a6291facbcc8bfd9d5b9899544f60a956353b9b3
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 14:04:09 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 3111d6a0c4c..3c05b87a0d4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,5 +25,18 @@ github:
     - microservices
     - java
     - spring-boot
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
   pullrequests: [email protected]

Reply via email to