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

virajjasani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/phoenix-adapters.git


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

commit 5ae0dd020239b09bc1996ede607f83564b309e02
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 22 17:27:06 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#4)
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index b35d86c..b967c5a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,6 +42,19 @@ github:
     rebase: false
   autolink_jira:
     - PHOENIX
+  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]

Reply via email to