We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206485e commit c8376b9Copy full SHA for c8376b9
1 file changed
.asf.yaml
@@ -16,8 +16,8 @@
16
# under the License.
17
18
notifications:
19
- commits: commits@cassandra.apache.org
20
- issues: commits@cassandra.apache.org
+ commits: commits@cassandra.apache.org
+ issues: commits@cassandra.apache.org
21
pullrequests: pr@cassandra.apache.org
22
jira_options: link worklog
23
@@ -34,3 +34,16 @@ github:
34
projects: false
35
autolink_jira:
36
- CASSANDRA
37
+ rulesets:
38
+ - name: "Default Branch Protection"
39
+ type: branch
40
+ branches:
41
+ includes:
42
+ - "~DEFAULT_BRANCH"
43
+ - "release/*"
44
+ - "rel/*"
45
+ excludes: []
46
+ bypass_teams:
47
+ - root
48
+ restrict_deletion: true
49
+ restrict_force_push: true
0 commit comments