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

xiangfu0 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/pinot-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f45f4206 Set up default protection ruleset for default and release 
branches (#186)
f45f4206 is described below

commit f45f4206707cd877d5e61a422a136fc7d5ab198b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed Jul 1 12:57:41 2026 -0500

    Set up default protection ruleset for default and release branches (#186)
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 33950ad3..a4bd3ea5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,3 +16,16 @@ github:
     new-site-dev:
       required_status_checks:
         strict: 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


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

Reply via email to