forked from apache/trafficserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.asf.yaml
46 lines (46 loc) · 1.29 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
# 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
- 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
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging"
strict: false
contexts:
- AuTest
- CentOS
- Clang-Analyzer
- Clang-Format
- Debian
- Docs
- Fedora
- RAT
- Ubuntu
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1