From 8fa4fd1b6430b379432480f6ac52533f1662a445 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 3 Apr 2023 11:58:12 +0000 Subject: [PATCH] chore(labels): update labels - remove issue category labels - Add temporary status labels - Add complexity labels --- .github/labels.yml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index fa220e59..357a674c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,18 +1,13 @@ -- name: "Bug :bug:" - color: "b60205" - description: "" -- name: "Feature request :bulb:" - color: "0e8a16" - description: "" -- name: "Help wanted :pray:" - color: "4caf50" - description: "" -- name: "Documentation :memo:" - color: "c5def5" - description: "" -- name: "Needs more info :thinking:" - color: "795548" +# Temporary status +- name: "🗯️ Waiting for feedback" + color: "aadefa" description: "" +- name: "🔴 Blocked" + color: "ff3f14" + description: "Blocked by another issue or pull request" +- name: "🔒 After next release" + color: "e8f274" + description: "Will be done after the next release" # Priority - name: "🚨 Urgent" @@ -22,6 +17,14 @@ color: "4285f4" description: "" +# Complexity +- name: "☣️ Hard to do" + color: "7d0008" + description: "" +- name: "🟩 Easy to do" + color: "34cf43" + description: "" + # VPN providers - name: ":cloud: AirVPN" color: "cfe8d4"