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

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


The following commit(s) were added to refs/heads/master by this push:
     new 93f43c6fa26 HBASE-30224 [INFRA] Set up default rulesets for default 
and release branches (#8242)
93f43c6fa26 is described below

commit 93f43c6fa26b1232a5c3ff718fe1bb916901026f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 12 04:36:53 2026 -0500

    HBASE-30224 [INFRA] Set up default rulesets for default and release 
branches (#8242)
    
    Signed-off-by: Duo Zhang <[email protected]>
---
 .asf.yaml | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d1abb713143..e6ca6dc88dd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,11 +31,24 @@ github:
     issues: false
     projects: false
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  true
+    squash: true
+    merge: false
+    rebase: true
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "branch-*"
+          - "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 label

Reply via email to