forked from marksost/github-label-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
70 lines (70 loc) · 1.02 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"name": "All Comments Addressed",
"color": "006b75"
},
{
"name": "Do Not Merge",
"color": "b60205"
},
{
"name": "Final Review Passed",
"color": "0e8a16"
},
{
"name": "Has Dependencies",
"color": "5319e7"
},
{
"name": "Has Unaddressed Comments",
"color": "d93f0b"
},
{
"name": "In Development",
"color": "fbca04"
},
{
"name": "In QA",
"color": "fbca04"
},
{
"name": "In Review",
"color": "fbca04"
},
{
"name": "Initial Review Passed",
"color": "0e8a16"
},
{
"name": "Needs Final Review",
"color": "b60205"
},
{
"name": "Needs Rebase",
"color": "e99695"
},
{
"name": "Pending CI",
"color": "fef2c0"
},
{
"name": "QA Failed",
"color": "b60205"
},
{
"name": "QA Passed",
"color": "0e8a16"
},
{
"name": "Ready for QA",
"color": "c2e0c6"
},
{
"name": "Ready for Review",
"color": "c2e0c6"
},
{
"name": "Tests Failing",
"color": "b60205"
}
]