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

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


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

commit f2aa5151c2ab2c4ffec40c54a8c0d5f93c2041db
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon Jul 6 04:47:03 2026 -0500

    HBASE-30276 [INFRA] Set up default rulesets for default and release 
branches (#154)
    
    * Set up default protection ruleset for default and release branches
    
    * remove release/ protection
    
    ---------
    
    Co-authored-by: Peter Somogyi <[email protected]>
---
 .asf.yaml | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8765096..0ddcac2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,12 +31,24 @@ github:
     issues: false
     projects: false
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  true
+    squash: true
+    merge: false
+    rebase: true
   autolink_jira: HBASE
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_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