From 841d01e1d43b1c44b4a5ef9614d036988d0abed1 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 20 Jul 2020 14:22:17 -0700 Subject: [PATCH] infra: Adding in-progress label. Signed-off-by: Tim 'mithro' Ansell --- .github/labels.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 03452bb..221fa99 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -26,6 +26,10 @@ description: "This issue is suitable for a new person who has never contributed to the PDK before." color: "5cafc4" # weird blue +- name: "in-progress" + description: "This issue has someone already working on solving it and has made substantial progress." + color: "ff0010" # bright red + # Labels related to type of GitHub issue - name: "type-bug" description: "Something isn't working"