FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
forgecode/.github/labels.json at main · ImBIOS/forgecode · GitHub
ImBIOS
/
forgecode
Public
forked from
tailcallhq/forgecode
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
forgecode
/
.github
/
labels.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
349 lines (348 loc) · 8.45 KB
Breadcrumbs
forgecode
/
.github
/
labels.json
Copy path
File metadata and controls
349 lines (348 loc) · 8.45 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
[
{
"name"
:
"
release: skip changelog
"
,
"color"
:
"
d73a4a
"
,
"description"
:
"
Skip this change from release notes.
"
,
"aliases"
: [
"
skip
"
]
},
{
"name"
:
"
release: breaking
"
,
"color"
:
"
d73a4a
"
,
"description"
:
"
Introduces a breaking change.
"
,
"aliases"
: [
"
breaking change
"
,
"
breaking-change
"
,
"
Type: Breaking Change
"
,
"
type: breaking
"
,
"
breaking
"
]
},
{
"name"
:
"
good first issue
"
,
"color"
:
"
7057ff
"
,
"description"
:
"
Good for newcomers.
"
,
"aliases"
: [
"
beginner-friendly
"
,
"
beginner
"
,
"
good for beginner
"
,
"
Good for beginners
"
,
"
good-starter-issue
"
,
"
starter-issue
"
,
"
starter
"
,
"
status: good starter issue
"
]
},
{
"name"
:
"
help
"
,
"color"
:
"
0e8a16
"
,
"aliases"
: [
"
help wanted
"
,
"
Patch Welcome
"
,
"
status: help wanted
"
,
"
Status: PR Welcome
"
,
"
Status: Ready for PR
"
]
},
{
"name"
:
"
state: approved
"
,
"color"
:
"
C3F7F7
"
,
"description"
:
"
Approved to proceed.
"
,
"aliases"
: [
"
approved
"
]
},
{
"name"
:
"
state: blocked
"
,
"color"
:
"
C3F7F7
"
,
"description"
:
"
Something is blocking action.
"
,
"aliases"
: [
"
blocked
"
,
"
Status: Blocked
"
,
"
status: blocked
"
,
"
blocker
"
]
},
{
"name"
:
"
state: pending
"
,
"color"
:
"
C3F7F7
"
,
"description"
:
"
Action is underway but awaiting other tasks or data before completion.
"
,
"aliases"
: [
"
in progress
"
,
"
on hold
"
,
"
pending
"
,
"
Status: In Progress
"
,
"
Status: Review Needed
"
,
"
watchlist
"
]
},
{
"name"
:
"
state: inactive
"
,
"color"
:
"
C3F7F7
"
,
"description"
:
"
No current action needed/possible; issue fixed, out of scope, or superseded.
"
,
"aliases"
: [
"
duplicate
"
,
"
invalid
"
,
"
stale
"
,
"
Status: Abandoned
"
,
"
status: duplicate
"
,
"
status: wontfix
"
,
"
wont-fix
"
,
"
wontfix
"
]
},
{
"name"
:
"
type: bug
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Something isn't working.
"
,
"aliases"
: [
"
bug
"
,
"
Type: Bug
"
]
},
{
"name"
:
"
type: chore
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Routine tasks like conversions, reorganization, and maintenance work.
"
,
"aliases"
: [
"
chore
"
,
"
dependabot
"
,
"
dependencies
"
,
"
dependency
"
,
"
greenkeeper
"
,
"
legal
"
,
"
maintenance
"
,
"
Type: Maintenance
"
,
"
type: maintenance
"
]
},
{
"name"
:
"
type: discussion
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Questions, proposals and info that requires discussion.
"
,
"aliases"
: [
"
discussion
"
,
"
feedback
"
,
"
help wanted
"
,
"
idea
"
,
"
Idea
"
,
"
Proposal
"
,
"
proposal
"
,
"
question
"
,
"
type: design
"
,
"
Type: Question
"
,
"
type: question
"
]
},
{
"name"
:
"
type: docs
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Related to documentation and information.
"
,
"aliases"
: [
"
doc
"
,
"
docs
"
,
"
document
"
,
"
documentation
"
,
"
documents
"
,
"
Type: Documentation
"
,
"
type: documentation
"
,
"
specification
"
]
},
{
"name"
:
"
type: feature
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Brand new functionality, features, pages, workflows, endpoints, etc.
"
,
"aliases"
: [
"
addition
"
,
"
enhancement
"
,
"
feature
"
,
"
type: enhancement
"
,
"
Type: Feature
"
,
"
performance
"
]
},
{
"name"
:
"
type: fix
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Iterations on existing features or infrastructure.
"
,
"aliases"
: [
"
fix
"
,
"
improvement
"
,
"
optimization
"
,
"
Type: Fix
"
,
"
bug
"
]
},
{
"name"
:
"
type: refactor
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Code refactoring and restructuring.
"
,
"aliases"
: [
"
refactor
"
,
"
Type: Refactoring
"
,
"
refactoring
"
]
},
{
"name"
:
"
type: security
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Something is vulnerable or not secure.
"
,
"aliases"
: [
"
security
"
]
},
{
"name"
:
"
type: performance
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Improved performance.
"
},
{
"name"
:
"
type: testing
"
,
"color"
:
"
FA1DD4
"
,
"description"
:
"
Related to testing.
"
,
"aliases"
: [
"
test
"
,
"
testing
"
]
},
{
"name"
:
"
work: chaotic
"
,
"color"
:
"
0288d1
"
,
"description"
:
"
The situation is chaotic, novel practices used.
"
,
"aliases"
: [
"
chaotic
"
]
},
{
"name"
:
"
work: complex
"
,
"color"
:
"
4fc3f7
"
,
"description"
:
"
The situation is complex, emergent practices used.
"
,
"aliases"
: [
"
complex
"
]
},
{
"name"
:
"
work: complicated
"
,
"color"
:
"
81d4fa
"
,
"description"
:
"
The situation is complicated, good practices used.
"
,
"aliases"
: [
"
complicated
"
]
},
{
"name"
:
"
work: obvious
"
,
"color"
:
"
e1f5fe
"
,
"description"
:
"
The situation is obvious, best practices used.
"
,
"aliases"
: [
"
obvious
"
]
},
{
"name"
:
"
ci: lint
"
,
"color"
:
"
F9D0C4
"
,
"description"
:
"
Automatically fix the linters issues and make a commit
"
,
"aliases"
: [
"
ci:lint
"
]
},
{
"name"
:
"
ci: benchmark
"
,
"color"
:
"
F9D0C4
"
,
"description"
:
"
Runs benchmarks
"
,
"aliases"
: [
"
ci:benchmark
"
]
},
{
"name"
:
"
type: provider
"
,
"color"
:
"
0075ca
"
,
"description"
:
"
Updates provider.json configuration.
"
,
"aliases"
: [
"
provider
"
,
"
update: provider
"
]
},
{
"name"
:
"
ci: test-jit
"
,
"color"
:
"
F9D0C4
"
,
"description"
:
"
Run all integration tests for the JIT optimized engine
"
,
"aliases"
: [
"
ci:test-jit
"
]
},
{
"name"
:
"
os: windows
"
,
"color"
:
"
0078d4
"
,
"description"
:
"
Windows-specific issue or feature.
"
,
"aliases"
: [
"
windows
"
,
"
win32
"
,
"
platform: windows
"
]
},
{
"name"
:
"
onlydust-wave
"
,
"color"
:
"
FF6D00
"
,
"description"
:
"
Related to OnlyDust Wave Hackathon
"
},
{
"name"
:
"
ci: build all targets
"
,
"color"
:
"
F9D0C4
"
,
"description"
:
"
Build release binaries for all target platforms in CI
"
,
"aliases"
: [
"
ci:build-all-targets
"
,
"
build-all-targets
"
]
},
{
"name"
:
"
bounty
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a bounty attached.
"
,
"aliases"
: [
"
bounty:open
"
]
},
{
"name"
:
"
bounty: $100
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $100 bounty attached.
"
,
"aliases"
: [
"
bounty:100
"
,
"
bounty: 💰 $100
"
]
},
{
"name"
:
"
bounty: $200
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $200 bounty attached.
"
,
"aliases"
: [
"
bounty:200
"
,
"
bounty: 💰 $200
"
]
},
{
"name"
:
"
bounty: $300
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $300 bounty attached.
"
,
"aliases"
: [
"
bounty:300
"
,
"
bounty: 💰 $300
"
]
},
{
"name"
:
"
bounty: $500
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $500 bounty attached.
"
,
"aliases"
: [
"
bounty:500
"
,
"
bounty: 💰 $500
"
]
},
{
"name"
:
"
bounty: $800
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $800 bounty attached.
"
,
"aliases"
: [
"
bounty:800
"
,
"
bounty: 💰 $800
"
]
},
{
"name"
:
"
bounty: $1300
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $1300 bounty attached.
"
,
"aliases"
: [
"
bounty:1300
"
,
"
bounty: 💰 $1300
"
]
},
{
"name"
:
"
bounty: $2100
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $2100 bounty attached.
"
,
"aliases"
: [
"
bounty:2100
"
,
"
bounty: 💰 $2100
"
]
},
{
"name"
:
"
bounty: $3400
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $3400 bounty attached.
"
,
"aliases"
: [
"
bounty:3400
"
,
"
bounty: 💰 $3400
"
]
},
{
"name"
:
"
bounty: $5500
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This issue has a $5500 bounty attached.
"
,
"aliases"
: [
"
bounty:5500
"
,
"
bounty: 💰 $5500
"
]
},
{
"name"
:
"
bounty: claimed
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This bounty has been claimed and is being worked on.
"
,
"aliases"
: [
"
bounty:claimed
"
]
},
{
"name"
:
"
bounty: rewarded
"
,
"color"
:
"
F9C74F
"
,
"description"
:
"
This bounty has been completed and the reward paid out.
"
,
"aliases"
: [
"
bounty:rewarded
"
,
"
bounty:earned
"
]
},
{
"name"
:
"
severity: low
"
,
"color"
:
"
FFEB3B
"
,
"description"
:
"
Minor impact; does not significantly affect functionality.
"
,
"aliases"
: [
"
severity:low
"
]
},
{
"name"
:
"
severity: high
"
,
"color"
:
"
FF9800
"
,
"description"
:
"
Significant impact; core functionality is impaired.
"
,
"aliases"
: [
"
severity:high
"
]
},
{
"name"
:
"
severity: critical
"
,
"color"
:
"
B71C1C
"
,
"description"
:
"
Severe impact; system is unusable or data is at risk.
"
,
"aliases"
: [
"
severity:critical
"
,
"
critical
"
]
}
]
Back
|
FazBrowse Home
|
New Git URL