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 1285419 commit daaf41cCopy full SHA for daaf41c
1 file changed
.asf.yaml
@@ -9,13 +9,26 @@ github:
9
- apache
10
features:
11
issues: true
12
- dependabot_alerts: true
+ dependabot_alerts: true
13
dependabot_updates: true
14
ghp_branch: gh-pages
15
ghp_path: /
16
17
+ rulesets:
18
+ - name: "Default Branch Protection"
19
+ type: branch
20
+ branches:
21
+ includes:
22
+ - "~DEFAULT_BRANCH"
23
+ - "release/*"
24
+ - "rel/*"
25
+ excludes: []
26
+ bypass_teams:
27
+ - root
28
+ restrict_deletion: true
29
+ restrict_force_push: true
30
notifications:
- commits: commits@mina.apache.org
- issues: dev@mina.apache.org
31
+ commits: commits@mina.apache.org
32
+ issues: dev@mina.apache.org
33
pullrequests: dev@mina.apache.org
34
jira_options: link
0 commit comments