mirror of https://github.com/apache/cassandra
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:
parent
0998495417
commit
c84f3d4d51
15
.asf.yaml
15
.asf.yaml
|
|
@ -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,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue