-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
97 lines (97 loc) · 1.93 KB
/
Copy pathlabels.json
File metadata and controls
97 lines (97 loc) · 1.93 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[
{
"name": "bug",
"title": "Type: Bug",
"color": "e11d21"
},
{
"name": "enhancement",
"title": "Type: Enhancement",
"color": "84b6eb"
},
{
"name": "question",
"title": "Type: Question",
"color": "cc317c"
},
{
"name": "backport",
"title": "Type: Backport",
"color": "eb6420"
},
{
"name": "maintenance",
"title": "Type: Maintenance",
"color": "fbca04"
},
{
"name": "low",
"title": "Priority: Low",
"color": "009800"
},
{
"name": "high",
"title": "Priority: High",
"color": "eb6420"
},
{
"name": "closed",
"title": "Status: Closed",
"color": "000000"
},
{
"name": "accepted",
"title": "Status: Accepted",
"color": "009800"
},
{
"name": "not_reproduced",
"title": "Status: NotReproduced",
"color": "fef2c0"
},
{
"name": "blocked",
"title": "Status: Blocked",
"color": "e11d21"
},
{
"name": "in_progress",
"title": "Status: In Progress",
"color": "cccccc"
},
{
"name": "pending",
"title": "Status: Pending",
"color": "fef2c0"
},
{
"name": "review_needed",
"title": "Status: Review Needed",
"color": "fbca04"
},
{
"name": "revision_needed",
"title": "Status: Revision Needed",
"color": "e11d21"
},
{
"name": "merge_now",
"title": "Status: Merge Now",
"color": "ff0000"
},
{
"name": "merged",
"title": "Status: Merged",
"color": "009800"
},
{
"name": "easy",
"title": "Difficulty: Easy",
"color": "009800"
},
{
"name": "hard",
"title": "Difficulty: Hard",
"color": "eb6420"
}
]