From d190c8875d355455069b1b9d5dfe6ed6501182a1 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Fri, 26 Jul 2024 08:38:12 +0200 Subject: [PATCH] change label: `invalid` is now `needs more info` --- .github/labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index f5bf73f1..a1743cc8 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -37,8 +37,8 @@ - name: help wanted description: Extra attention is needed color: "008672" -- name: invalid - description: This doesn't seem right +- name: needs more info + description: Incomplete issue provided, can not reproduce color: "e4e669" - name: performance description: Performance