forked from wolfi-dev/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
87 lines (87 loc) · 2.01 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
83
84
85
86
87
[
{
"name": "needs-triage",
"description": "applied to all new customer/user issues. Removed after triage occurs.",
"color": "54c1f0"
},
{
"name": "blocked",
"description": "indicates there are blocking issues that need to be addressed before progress can be made",
"color": "7a2f4e"
},
{
"name": "p0",
"description": "This issue is critical and should be worked on immediately. (fixed in days/weeks)",
"color": "e88438"
},
{
"name": "p1",
"description": "This issue is very important and will be addressed within the team planning window.",
"color": "e8e538"
},
{
"name": "p2",
"description": "This issue we intend to address but we have can live without it (fixed in months/quarters)",
"color": "38e843"
},
{
"name": "q422",
"description": "",
"color": "f49988"
},
{
"name": "q123",
"description": "",
"color": "f49988"
},
{
"name": "q223",
"description": "",
"color": "F49988"
},
{
"name": "q-next",
"description": "",
"color": "db4253"
},
{
"name": "security",
"description": "a security sensitive issue",
"color": "c70223"
},
{
"name": "cve",
"description": "known vulnerability detected",
"color": "fa2302"
},
{
"name": "on-duty",
"description": "issues that should be handled during an on-duty shift",
"color": "faee02"
},
{
"name": "incident",
"description": "production incident handled by on-call",
"color": "fa2302"
},
{
"name": "post-mortem",
"description": "post-mortem related issues and PRs",
"color": "c40866"
},
{
"name": "request-version-update",
"description": "request for a newer version of a package",
"color": "6ded73"
},
{
"name": "roadmap",
"description": "used by teams to indicate issues that we represent in a customer roadmap view",
"color": "385be8"
},
{
"name": "out-of-slo",
"description": "to mark an issue or pr out of the slo bot",
"color": "bcbcbc"
}
]