This is an automated email from the ASF dual-hosted git repository.
petersomogyi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hbase-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4317e612c44 HBASE-30280 [INFRA] Set up default rulesets for default
and release branches (#14)
4317e612c44 is described below
commit 4317e612c44a22fce8b5e69bc09e7a07c1beab00
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon Jul 6 07:39:39 2026 -0500
HBASE-30280 [INFRA] Set up default rulesets for default and release
branches (#14)
* Set up default protection ruleset for default and release branches
* remove rel/ and release/ protection
---------
Co-authored-by: Peter Somogyi <[email protected]>
---
.asf.yaml | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index bb2f6acefab..b9c47d64649 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,18 +31,29 @@ 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"
+ 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
# We currently do not use a staging profile. Live site is published
# with the following branch configuration.
publish:
- whoami: asf-site
+ whoami: asf-site
staging:
profile: beta
whoami: asf-site-staging