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

yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


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

commit 462a1568ff954ef04a13ff745c2d031642743b08
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed May 20 18:36:40 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 770562061b0..2a7e297cf29 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,3 +40,16 @@ github:
     - rhodo
     - lnbest0707-uber
     - shounakmk219
+  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