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 8940830 commit e39211bCopy full SHA for e39211b
1 file changed
.asf.yaml
@@ -28,11 +28,24 @@ github:
28
- jspwiki
29
- wiki
30
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:
45
commits: commits@jspwiki.apache.org
46
discussions: dev@jspwiki.apache.org
47
issues: dev@jspwiki.apache.org
48
jobs: dev@jspwiki.apache.org
49
pullrequests: dev@jspwiki.apache.org
50
# Send dependabot PRs to commits@ instead
- pullrequests_bot_dependabot: commits@jspwiki.apache.org
51
+ pullrequests_bot_dependabot: commits@jspwiki.apache.org
0 commit comments