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-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new dc3e337 HDDS-15340. [INFRA] Set up ruleset for default and release
branches (#65)
dc3e337 is described below
commit dc3e33767598ea8d64592bcad517af3532d8d08b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 5 09:11:35 2026 -0500
HDDS-15340. [INFRA] Set up ruleset for default and release branches (#65)
---
.asf.yaml | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 991df2b..de4dd1c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,12 +26,25 @@ 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"
+ - "jdk*"
+ - "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]