Skip to content

Commit 571602a

Browse files
authored
chore(github): add bounty issue labels (#2634)
1 parent 1b40cf1 commit 571602a

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

.github/labels.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,71 @@
243243
"color": "F9D0C4",
244244
"description": "Build release binaries for all target platforms in CI",
245245
"aliases": ["ci:build-all-targets", "build-all-targets"]
246+
},
247+
{
248+
"name": "bounty: 💰 $100",
249+
"color": "F9C74F",
250+
"description": "This issue has a $100 bounty attached.",
251+
"aliases": ["bounty:100"]
252+
},
253+
{
254+
"name": "bounty: 💰 $200",
255+
"color": "F9C74F",
256+
"description": "This issue has a $200 bounty attached.",
257+
"aliases": ["bounty:200"]
258+
},
259+
{
260+
"name": "bounty: 💰 $300",
261+
"color": "F9C74F",
262+
"description": "This issue has a $300 bounty attached.",
263+
"aliases": ["bounty:300"]
264+
},
265+
{
266+
"name": "bounty: 💰 $500",
267+
"color": "F9C74F",
268+
"description": "This issue has a $500 bounty attached.",
269+
"aliases": ["bounty:500"]
270+
},
271+
{
272+
"name": "bounty: 💰 $800",
273+
"color": "F9C74F",
274+
"description": "This issue has a $800 bounty attached.",
275+
"aliases": ["bounty:800"]
276+
},
277+
{
278+
"name": "bounty: 💰 $1300",
279+
"color": "F9C74F",
280+
"description": "This issue has a $1300 bounty attached.",
281+
"aliases": ["bounty:1300"]
282+
},
283+
{
284+
"name": "bounty: 💰 $2100",
285+
"color": "F9C74F",
286+
"description": "This issue has a $2100 bounty attached.",
287+
"aliases": ["bounty:2100"]
288+
},
289+
{
290+
"name": "bounty: 💰 $3400",
291+
"color": "F9C74F",
292+
"description": "This issue has a $3400 bounty attached.",
293+
"aliases": ["bounty:3400"]
294+
},
295+
{
296+
"name": "bounty: 💰 $5500",
297+
"color": "F9C74F",
298+
"description": "This issue has a $5500 bounty attached.",
299+
"aliases": ["bounty:5500"]
300+
},
301+
{
302+
"name": "bounty: claimed",
303+
"color": "F9C74F",
304+
"description": "This bounty has been claimed and is being worked on.",
305+
"aliases": ["bounty:claimed"]
306+
},
307+
{
308+
"name": "bounty: rewarded",
309+
"color": "F9C74F",
310+
"description": "This bounty has been completed and the reward paid out.",
311+
"aliases": ["bounty:rewarded", "bounty:earned"]
246312
}
247313
]

0 commit comments

Comments
 (0)