-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
githublabels.json
83 lines (83 loc) · 1.31 KB
/
githublabels.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
83
[
{
"name": "dependencies",
"description": "Pull requests that update a dependency file",
"color": "#0366d6"
},
{
"name": "priority::low",
"color": "#ff2d87"
},
{
"name": "priority::medium",
"color": "#db2780"
},
{
"name": "priority::high",
"color": "#a71d62"
},
{
"name": "priority::critical",
"color": "#741444"
},
{
"name": "status::abandoned",
"color": "#dfe9e9"
},
{
"name": "status::backlog",
"color": "#fdd600"
},
{
"name": "status::blocked",
"color": "#e11d21"
},
{
"name": "status::completed",
"color": "#fdd600"
},
{
"name": "status::to do",
"color": "#fdd600"
},
{
"name": "status::in progress",
"color": "#fdd600"
},
{
"name": "status::on hold",
"color": "#dfe9e9"
},
{
"name": "status::review needed",
"color": "#fdd600"
},
{
"name": "status::revision needed",
"color": "#fdd600"
},
{
"name": "type::bug",
"color": "#ff5050"
},
{
"name": "type::security",
"color": "#ff5050"
},
{
"name": "type::maintenance",
"color": "#ffa572"
},
{
"name": "type::enhancement",
"color": "#41d6c3"
},
{
"name": "good first issue",
"color": "#ffd791"
},
{
"name": "help wanted",
"color": "#ffd791"
}
]