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-testkrb5.git
The following commit(s) were added to refs/heads/master by this push:
new 6065cb3 HDDS-15340. [INFRA] Set up ruleset for default branch (#22)
6065cb3 is described below
commit 6065cb3bb4c6535be1298c803f6f682c1ebbbe71
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed Jun 24 15:19:27 2026 -0500
HDDS-15340. [INFRA] Set up ruleset for default branch (#22)
---
.asf.yaml | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index d84e206..5e8f4f6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,12 +29,23 @@ 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"
+ 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]