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