-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy path.asf.yaml
More file actions
70 lines (65 loc) · 2.35 KB
/
.asf.yaml
File metadata and controls
70 lines (65 loc) · 2.35 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# See: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
github:
features:
# Enable issue management
issues: true
enabled_merge_buttons:
squash: true
merge: false
rebase: false
pull_requests:
# auto-delete head branches after being merged
del_branch_on_merge: true
protected_branches:
main:
required_pull_request_reviews:
# mark reviews as stale if the PR has been updated since
dismiss_stale_reviews: true
# The last person to push cannot approve this PR
require_last_push_approval: true
# At least one person must approve the PR
required_approving_review_count: 1
# squash or rebase must be allowed in the repo for this setting to be set to true.
required_linear_history: false
# requires all conversations to be resolved before merging is possible
required_conversation_resolution: true
notifications:
commits: site-cvs@apache.org
issues: site-cvs@apache.org
jobs: site-cvs@apache.org
pullrequests: site-cvs@apache.org
jira_options: link label
commits_by_path:
"data/eccn/*": legal-discuss@apache.org
"content/legal/*": legal-discuss@apache.org
"content/licenses/*": legal-discuss@apache.org
"content/free/*": legal-discuss@apache.org
"content/foundation/license-faq.*": legal-discuss@apache.org
"content/foundation/marks/*":
- legal-discuss@apache.org
- trademarks@apache.org
"content/foundation/marks/events.*": events-commits@apache.org
"content/foundation/policies/anti-harassment.*": events-commits@apache.org
"content/foundation/press/*": markpub@apache.org
"content/foundation/contributing.*": markpub@apache.org
"content/foundation/thanks.*": markpub@apache.org
"content/foundation/sponsorship.*": markpub@apache.org
"content/foundation/buy_stuff.*": markpub@apache.org
"content/press/*": markpub@apache.org
"content/security/*": security@apache.org
"content/foundation/board/*": board-cvs@apache.org
"content/board/*": board-cvs@apache.org
pelican:
notify: site-cvs@apache.org
autobuild: preview/*
target: asf-site
theme: theme/apache
# N.B. currently the page count is also defined in the hourly cron job - go figure
minimum_page_count: 170
whoami: main
staging:
profile: ~
whoami: asf-site
autostage: preview/*
publish:
whoami: asf-site