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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


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

commit f0f3282751711454f8049e3afe6098446d7bc023
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 18:10:34 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 572b45137..5e7a40a64 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,6 +21,19 @@ github:
     rebase: true
   autolink_jira:
     - AXIOM
+  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:
   commits: [email protected]
   pullrequests: [email protected]

Reply via email to