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

@ -16,8 +16,8 @@
# under the License. # under the License.
notifications: notifications:
commits: commits@cassandra.apache.org commits: commits@cassandra.apache.org
issues: commits@cassandra.apache.org issues: commits@cassandra.apache.org
pullrequests: pr@cassandra.apache.org pullrequests: pr@cassandra.apache.org
jira_options: link worklog jira_options: link worklog
@ -34,3 +34,14 @@ github:
projects: false projects: false
autolink_jira: autolink_jira:
- CASSANDRA - CASSANDRA
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "cassandra-*"
excludes: []
bypass_teams:
- root
restrict_deletion: true