forked from apache/trafficserver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.asf.yaml
27 lines (27 loc) · 824 Bytes
/
.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
# 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
features:
# Enable wiki for documentation
wiki: false
# 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