Skip to content

Commit c84f3d4

Browse files
asf-gitbox-commitsmichaelsembwever
authored andcommitted
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>
1 parent 0998495 commit c84f3d4

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.asf.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# under the License.
1717

1818
notifications:
19-
commits: commits@cassandra.apache.org
20-
issues: commits@cassandra.apache.org
19+
commits: commits@cassandra.apache.org
20+
issues: commits@cassandra.apache.org
2121
pullrequests: pr@cassandra.apache.org
2222
jira_options: link worklog
2323

@@ -34,3 +34,14 @@ github:
3434
projects: false
3535
autolink_jira:
3636
- CASSANDRA
37+
rulesets:
38+
- name: "Default Branch Protection"
39+
type: branch
40+
branches:
41+
includes:
42+
- "~DEFAULT_BRANCH"
43+
- "cassandra-*"
44+
excludes: []
45+
bypass_teams:
46+
- root
47+
restrict_deletion: true

0 commit comments

Comments
 (0)