From 9d18002ed1186498dc824eccdb095e149c6decdc Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 27 Apr 2024 20:28:43 -0700 Subject: [PATCH] Add waiting label. --- .github/labels.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 566843a4..0e3f8c22 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -30,7 +30,7 @@ color: a2eeef - name: github_actions description: Pull requests that update Github_actions code - color: "000000" + color: '000000' - name: good first issue description: Good for newcomers color: 7057ff @@ -42,7 +42,7 @@ color: e4e669 - name: performance description: Performance - color: "016175" + color: '016175' - name: python description: Pull requests that update Python code color: 2b67c6 @@ -67,3 +67,6 @@ - name: votes needed description: Vote for this feature to encourage prioritization! color: e2ed82 +- name: waiting + description: Waiting for something + color: daa036