-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.asf.yaml
More file actions
37 lines (33 loc) · 848 Bytes
/
.asf.yaml
File metadata and controls
37 lines (33 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
notifications:
commits: commits@storm.apache.org
issues: issues@storm.apache.org
pullrequests: dev@storm.apache.org
publish:
whoami: asf-site
github:
description: "Source for the Apache Storm web site"
homepage: https://storm.apache.org/
labels:
- website
- jekyll
features:
# Enable wiki for documentation
wiki: false
# Enable issue management
issues: true
# Enable projects for project management boards
projects: false
rulesets:
- name: "Default Branch Protection"
type: branch
branches:
includes:
- "~DEFAULT_BRANCH"
- "release/*"
- "rel/*"
excludes: []
bypass_teams:
- root
restrict_deletion: true
restrict_force_push: true