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 ff11e0e commit cb85515Copy full SHA for cb85515
1 file changed
.asf.yaml
@@ -24,11 +24,24 @@ github:
24
issues: false
25
projects: false
26
enabled_merge_buttons:
27
- squash: true
28
- merge: false
29
- rebase: false
+ squash: true
+ merge: false
+ rebase: false
30
+ rulesets:
31
+ - name: "Default Branch Protection"
32
+ type: branch
33
+ branches:
34
+ includes:
35
+ - "~DEFAULT_BRANCH"
36
+ - "release/*"
37
+ - "rel/*"
38
+ excludes: []
39
+ bypass_teams:
40
+ - root
41
+ restrict_deletion: true
42
+ restrict_force_push: true
43
notifications:
- commits: commits@ignite.apache.org
- issues: notifications@ignite.apache.org
44
+ commits: commits@ignite.apache.org
45
+ issues: notifications@ignite.apache.org
46
pullrequests: notifications@ignite.apache.org
47
jira_options: link label worklog
0 commit comments