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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


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

commit 632b08c3d03cc39ae47d2e43fd527597fdd78b80
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 19:22:49 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#783)
    
    This Pull Request enables the repository to conform with the "sane
    default security settings" of the Apache Software Foundation by
    configuring a default branch ruleset that protects the default branch
    and any release branches.
    
    Note that `~DEFAULT_BRANCH` is a GitHub symbolic link to the current
    default branch (HEAD) of the repository and does not need changing.
    If the managing project does not wish to set up these defaults, please
    close this Pull Request. Alternatively, the project may merge this Pull
    Request to apply the changes immediately.
    
    If no action is taken, this Pull Request will be automatically merged by
    the Apache Infrastructure team on **2026-06-14** (30 days from now).
    
    For any further information, please reach us on Slack or at:
    [email protected]
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6f47acaa6cf..5003e3c6007 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,5 +26,18 @@ github:
   features:
     issues: true
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 publish:
   whoami: asf-site

Reply via email to