-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
82 lines (82 loc) · 1.25 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
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"name": "Priority: Critical",
"color": "#e11d21"
},
{
"name": "Priority: High",
"color": "#eb6420"
},
{
"name": "Priority: Low",
"color": "#bfd4f2"
},
{
"name": "Priority: Medium",
"color": "#009800"
},
{
"name": "Priority: Minor",
"color": "#c5def5"
},
{
"name": "Resolution: Duplicate",
"color": "#cccccc"
},
{
"name": "Resolution: Invalid",
"color": "#e6e6e6"
},
{
"name": "Resolution: Resolved",
"color": "#fef2c0"
},
{
"name": "Resolution: Wontfix",
"color": "#ffffff"
},
{
"name": "Status: Available",
"color": "#bfe5bf"
},
{
"name": "Status: Blocked",
"color": "#e11d21"
},
{
"name": "Status: In Progress",
"color": "#cccccc"
},
{
"name": "Status: Resolved",
"color": "#fef2c0"
},
{
"name": "Status: Review",
"color": "#fbca04"
},
{
"name": "Type: Bug",
"color": "#e11d21"
},
{
"name": "Type: Enhancement",
"color": "#bfd4f2"
},
{
"name": "Type: Epic",
"color": "#f9d0c4"
},
{
"name": "Type: Feature",
"color": "#c2e0c6"
},
{
"name": "Type: Maintenance",
"color": "#fef2c0"
},
{
"name": "Type: Question",
"color": "#d4c5f9"
}
]