forked from amondnet/vercel-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
173 lines (173 loc) · 3.3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
[
{
"name": "duplicate",
"color": "ededed",
"description": "This issue or Pull Request already exists"
},
{
"name": "help wanted",
"color": "e99695",
"description": "Extra attention is needed"
},
{
"name": "good first issue",
"color": "7057ff",
"description": "Good for newcomers",
"aliases": [
"beginner-friendly",
"beginner",
"good-starter-issue",
"good for beginner",
"Good for beginners",
"starter-issue",
"starter"
]
},
{
"name": "Priority: Critical",
"color": "ee0701"
},
{
"name": "Priority: High",
"color": "d93f0b"
},
{
"name": "Priority: Medium",
"color": "fbca04"
},
{
"name": "Priority: Low",
"color": "0e8a16"
},
{
"name": "Status: Abandoned",
"color": "000000",
"description": "The issue or Pull Request is wontfix",
"aliases": [
"wontfix",
"invalid"
]
},
{
"name": "Status: Blocked",
"color": "ee0701",
"description": "Progress on the issue is Blocked",
"aliases": [
"blocked"
]
},
{
"name": "Status: In Progress",
"description": "Work in Progress",
"color": "cccccc"
},
{
"name": "Status: Proposal",
"color": "d4c5f9",
"description": "Request for comments",
"aliases": [
"idea",
"Idea",
"proposal",
"Proposal",
"discussion"
]
},
{
"name": "Status: PR Welcome",
"color": "2E7733",
"description": "Welcome to Pull Request",
"aliases": [
"Patch Welcome",
"Status: Ready for PR"
]
},
{
"name": "Status: Review Needed",
"color": "fbca04",
"description": "Request for review comments"
},
{
"name": "Status: Need More Info",
"color": "F9C90A",
"description": "Lacks enough info to make progress"
},
{
"name": "Type: Breaking Change",
"color": "b60205",
"description": "Includes breaking changes",
"aliases": [
"breaking",
"breaking-change"
]
},
{
"name": "Type: Bug",
"color": "ee0701",
"description": "Bug or Bug fixes",
"aliases": [
"bug"
]
},
{
"name": "Type: Documentation",
"color": "5319e7",
"description": "Documentation only changes",
"aliases": [
"documents",
"document"
]
},
{
"name": "Type: Feature",
"color": "1d76db",
"description": "New Feature",
"aliases": [
"enhancement"
]
},
{
"name": "Type: Refactoring",
"color": "fbca04",
"description": "A code change that neither fixes a bug nor adds a feature",
"aliases": [
"refactor"
]
},
{
"name": "Type: Testing",
"color": "257759",
"description": "Adding missing tests or correcting existing tests",
"aliases": [
"test",
"testing"
]
},
{
"name": "Type: Maintenance",
"color": "abd406",
"description": "Repository Maintenance",
"aliases": [
"greenkeeper",
"maintenance"
]
},
{
"name": "Type: CI",
"color": "ffd412",
"description": "Changes to CI configuration files and scripts",
"aliases": [
"travis",
"ci",
"circleci"
]
},
{
"name": "Type: Question",
"color": "cc317c",
"description": "Further information is requested",
"aliases": [
"question"
]
}
]