From 7482d5bcfd2c51d41bb89d530eb266e7f470914b Mon Sep 17 00:00:00 2001 From: Ben Bernays Date: Tue, 24 Oct 2023 22:03:02 -0500 Subject: [PATCH] add blocked label (#429) --- .github/labels.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 5a72aa5..aef53a0 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -8,7 +8,10 @@ - name: needs-rfc description: Needs a more detailed RFC before implementation color: D53802 - +- name: blocked + description: Completion of issue is blocked by some other work + color: d52202 + - name: kind/bug color: 0052CC - name: kind/feat