Set up default protection ruleset for default and release branches

patch by The Apache Software Foundation; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-21404

Co-authored-by: mck <mck@apache.org>
This commit is contained in:
The Apache Software Foundation 2026-05-15 14:22:57 -05:00 committed by Stefan Miklosovic
parent 0998495417
commit c84f3d4d51
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
1 changed files with 13 additions and 2 deletions

View File

@ -34,3 +34,14 @@ github:
projects: false
autolink_jira:
- CASSANDRA
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "cassandra-*"
excludes: []
bypass_teams:
- root
restrict_deletion: true