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 4ae53d1Copy full SHA for 4ae53d1
1 file changed
.asf.yaml
@@ -25,10 +25,21 @@ 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
+ excludes: []
38
+ bypass_teams:
39
+ - root
40
+ restrict_deletion: true
41
+ restrict_force_push: true
42
notifications:
- commits: commits@netbeans.apache.org
- issues: notifications@netbeans.apache.org
- pullrequests: notifications@netbeans.apache.org
43
+ commits: commits@netbeans.apache.org
44
+ issues: notifications@netbeans.apache.org
45
+ pullrequests: notifications@netbeans.apache.org
0 commit comments