This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ozone-helm-charts.git
The following commit(s) were added to refs/heads/main by this push:
new 35858c2 HDDS-15340. [INFRA] Set up ruleset for default and release
branches (#28)
35858c2 is described below
commit 35858c2b7e09b9647d72d8eebef6e81b8ebf96df
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed Jun 24 15:25:19 2026 -0500
HDDS-15340. [INFRA] Set up ruleset for default and release branches (#28)
---
.asf.yaml | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 791bd49..d8acdd4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,14 +24,26 @@ github:
- ozone
- container
enabled_merge_buttons:
- squash: true
+ squash: true
squash_commit_message: PR_TITLE
- merge: false
- rebase: false
+ merge: false
+ rebase: false
ghp_branch: gh-pages
ghp_path: /
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "gh-pages"
+ 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]