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/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 81a3284e7 RATIS-2544. [INFRA] Set up ruleset for default and release
branches (#1461)
81a3284e7 is described below
commit 81a3284e7505f2a407f5a85c9e6c63ab6e9b69af
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Thu Jun 4 14:57:14 2026 -0500
RATIS-2544. [INFRA] Set up ruleset for default and release branches (#1461)
---
.asf.yaml | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 677adaeb0..c6e636a21 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,19 +21,31 @@ github:
- consensus
- java
enabled_merge_buttons:
- squash: true
+ squash: true
squash_commit_message: PR_TITLE
- merge: false
- rebase: false
+ merge: false
+ rebase: false
autolink_jira:
- HDDS
- RATIS
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release-*"
+ 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
publish:
- whoami: asf-site
+ whoami: asf-site