From 9c783ae8e84a792b54faa4b928fa9e9dc56faca4 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 10 Nov 2022 09:58:38 -0800 Subject: [PATCH] Adding a blocker label. Fixes #405. --- .github/labels.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 6f32df8..968c362 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -51,6 +51,10 @@ description: "Item which references a specific open task which needs finishing." color: "57dbba" # FIXME: blueish +- name: "type-blocker" + description: "Issue which is blocking a launch." + color: "ff0000" # Very Red + ########################################################################## # Labels related to files found in the repository #