Set up default protection ruleset for default and release branches

This commit is contained in:
The Apache Software Foundation 2026-05-15 14:22:57 -05:00
parent 206485e820
commit c8376b9852
1 changed files with 15 additions and 2 deletions

View File

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