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

wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


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

commit f4288e602a41deba78c58e8bd116b36076a03588
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 19 02:55:36 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 1182ce7..7c35d15 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,19 +25,32 @@ github:
     - apache
     - parquet
     - parquet-format
-  
+
   enabled_merge_buttons:
     merge: false
     squash: true
     rebase: false
-  
+
   features:
     wiki: false
     issues: true
     projects: false
 
+  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]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
   jira_options: link

Reply via email to