From 7798f2642bd16cbb34489f44301d15e22e3ef133 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:44:09 +0000 Subject: [PATCH] chore: add blocked label (#690) --- .github/labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 5e04a0c0..1bd8d37d 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -5,6 +5,8 @@ color: 'e4f486' - name: 'semver:patch' color: 'e8be8b' +- name: 'blocked' + color: 'fc1423' - name: 'question (please use Discord instead)' color: 'd876e3' - name: 'regression'