Skip to content

Commit fa1fd37

Browse files
authored
chore(labels): add severity low, high, and critical labels (#3068)
1 parent 8daff42 commit fa1fd37

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/labels.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,23 @@
327327
"color": "F9C74F",
328328
"description": "This bounty has been completed and the reward paid out.",
329329
"aliases": ["bounty:rewarded", "bounty:earned"]
330+
},
331+
{
332+
"name": "severity: low",
333+
"color": "FFEB3B",
334+
"description": "Minor impact; does not significantly affect functionality.",
335+
"aliases": ["severity:low"]
336+
},
337+
{
338+
"name": "severity: high",
339+
"color": "FF9800",
340+
"description": "Significant impact; core functionality is impaired.",
341+
"aliases": ["severity:high"]
342+
},
343+
{
344+
"name": "severity: critical",
345+
"color": "B71C1C",
346+
"description": "Severe impact; system is unusable or data is at risk.",
347+
"aliases": ["severity:critical", "critical"]
330348
}
331349
]

0 commit comments

Comments
 (0)