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

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


The following commit(s) were added to refs/heads/main by this push:
     new e0e0cdf533 [INFRA] Set up default rulesets for default and release 
branches
e0e0cdf533 is described below

commit e0e0cdf5333edb2609ed5c2f52f17803f4ea6f4f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 19 01:07:14 2026 -0500

    [INFRA] Set up default rulesets for default and release branches
    
    * Set up default protection ruleset for default and release branches
    
    * Include Camel Quarkus release branch convention in protection include list
    
    ---------
    
    Co-authored-by: James Netherton <[email protected]>
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index dd03f5edfa..eb959f2880 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,3 +27,17 @@ github:
     merge: false
     rebase: true
     squash: true
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+          - "[0-9]+.[0-9]+.x"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Reply via email to