From 0e0e03949d3e067d307b8367bdfa52e76f8fa7e7 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Thu, 14 Oct 2021 16:37:09 +0000 Subject: [PATCH] Docs: add urgent and low priority labels --- .github/labels.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 3a20030f..5b2cddc6 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -14,6 +14,14 @@ color: "795548" description: "" +# Priority +- name: "🚨 Urgent" + color: "d5232f" + description: "" +- name: "💤 Low priority" + color: "4285f4" + description: "" + # VPN providers - name: ":cloud: Cyberghost" color: "cfe8d4"