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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


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

commit 738e7b6dcc477e32ca144cfd0abbb63c1e87053f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 16:13:25 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#326)
    
    * Set up default protection ruleset for default and release branches
    
    * Apply suggestion from @reta
    
    * Apply suggestion from @reta
    
    * Apply suggestion from @reta
    
    ---------
    
    Co-authored-by: Andriy Redko <[email protected]>
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..0a1dd82
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,13 @@
+github:
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "[0-9]+.[0-9]+.x-fixes"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Reply via email to