-
Notifications
You must be signed in to change notification settings - Fork 806
/
.asf.yaml
64 lines (64 loc) · 1.59 KB
/
.asf.yaml
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
# Documentation https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
github:
description: "Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server."
homepage: https://trafficserver.apache.org/
labels:
- proxy
- cdn
- cache
- apache
- http2
- http3
- quic
- forwardproxy
- reverseproxy
- hacktoberfest
features:
# Enable wiki for documentation
wiki: true
# Enable issue management
issues: true
# Enable projects for project management boards
projects: true
enabled_merge_buttons:
# Enable squash button:
squash: true
# Disable rebase button:
rebase: false
# Disable merge button:
merge: false
collaborators:
- mtorluemke
- c-taylor
- etapia
- lzx404243
- phongn
- jasmine-nahrain
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging"
strict: false
contexts:
- AuTest 0of4
- AuTest 1of4
- AuTest 2of4
- AuTest 3of4
- Rocky
- CentOS
- Clang-Analyzer
- Format
- Debian
- Docs
- Fedora
- RAT
- Ubuntu
- OSX
- FreeBSD
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1