This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
The following commit(s) were added to refs/heads/latest by this push:
new d77231d HDDS-15340. [INFRA] Set up ruleset for default and release
branches (#57)
d77231d is described below
commit d77231d193635cd5221ad9cd52568dc689329971
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 5 09:13:38 2026 -0500
HDDS-15340. [INFRA] Set up ruleset for default and release branches (#57)
---
.asf.yaml | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index f836571..42cb8e8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,12 +26,26 @@ github:
autolink_jira:
- HDDS
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"
+ - "all-in-one"
+ - "ozone-*"
+ - "slim"
+ 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 worklog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]