forked from pulibrary/github-labeler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabels.json
45 lines (45 loc) · 1.29 KB
/
labels.json
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
{
"high priority": {
"color-name": "red",
"color": "ff5050",
"labels": ["priority: high", "priority: critical", "security", "sudden-priority"]
},
"blocked": {
"color-name": "magenta",
"color": "cc317c",
"labels": ["product-owner-review", "question", "replication-needed", "blocked"]
},
"source": {
"color-name": "dark yellow",
"color": "fbca04",
"labels": ["user-request", "honeybadger", "mule"]
},
"scope": {
"color-name": "bright aqua",
"color": "41d6c3",
"labels": ["feature", "enhancement", "bug"]
},
"size": {
"color-name": "royal blue",
"color": "5319e7",
"labels": ["spike", "small", "epic", "learning-friendly"]
},
"status": {
"color-name": "gray",
"color": "e9e9e9",
"labels": ["wontfix", "wishlist"]
},
"task": {
"color-name": "dusty blue",
"color": "bfdadc",
"labels": ["cleanup", "dependencies", "documentation", "refactor",
"accessibility", "content", "responsive", "user experience",
"usability-test", "visual design", "wireframe", "javascript",
"database", "index", "backend", "optimization", "infrastructure"]
},
"board": {
"color-name": "bright yellow",
"color": "fffe99",
"labels": ["work-cycle", "maintenance / research", "on deck", "operations"]
}
}