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

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


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

commit bb73a2269b560ff847fb034db3e3c45724006736
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:44:33 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index b4f787dcb..c3b7d2bca 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,12 +43,25 @@ github:
     projects: false
 
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  true
+    squash: true
+    merge: false
+    rebase: true
 
-  dependabot_alerts:  true
+  dependabot_alerts: true
 
   autolink_jira:
     - INFRA
     - PROTON
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to