From 3715713c249ca9bd00da1de7305bb206e9e635ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giancarlo=20Calder=C3=B3n=20C=C3=A1rdenas?= Date: Fri, 11 Oct 2024 22:00:14 -0500 Subject: [PATCH] feat(label): add triage --- github-labels.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/github-labels.json b/github-labels.json index 593e169..8ae8c06 100644 --- a/github-labels.json +++ b/github-labels.json @@ -49,6 +49,11 @@ "color": "fef2c0", "description": "" }, + { + "name": "status: needs triage", + "color": "fbca04", + "description": "This issue may need triage" + }, { "name": "status: wont do/fix", "color": "eeeeee", @@ -89,4 +94,4 @@ "color": "d876e3", "description": "Further information is requested" } -] +] \ No newline at end of file