This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 195072ec63c HDDS-15340. [INFRA] Set up ruleset for default and release
branches (#10283)
195072ec63c is described below
commit 195072ec63ca8e476dd40f08a2b15927eb19049f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Thu May 21 12:09:25 2026 -0500
HDDS-15340. [INFRA] Set up ruleset for default and release branches (#10283)
---
.asf.yaml | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5fc08c541fc..b4ca2370881 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,7 +33,19 @@ github:
- HDFS
- RATIS
enabled_merge_buttons:
- squash: true
+ squash: true
squash_commit_message: PR_TITLE
- merge: false
- rebase: false
+ merge: false
+ rebase: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "ozone-*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]