From 29bc60bc359f5eb16a5b6b86b5c14f01e9819ec5 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 2 May 2024 17:07:38 +0000 Subject: [PATCH] chore(github): add labels - Popularity extreme and high - Closed cannot be done - Categories kernel and public IP service --- .github/labels.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index bd699de8..68e8b5ac 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -15,6 +15,8 @@ description: "Issue duplicates an existing issue" - name: "Closed: 🗑️ Bad issue" color: "959a9c" +- name: "Closed: ☠️ cannot be done" + color: "959a9c" - name: "Priority: 🚨 Urgent" color: "03adfc" @@ -26,6 +28,11 @@ - name: "Complexity: 🟩 Easy to do" color: "ff9efc" +- name: "Popularity: ❤️‍🔥 extreme" + color: "ffc7ea" +- name: "Popularity: ❤️ high" + color: "ffc7ea" + # VPN providers - name: "☁️ AirVPN" color: "cfe8d4" @@ -119,3 +126,7 @@ color: "ffc7ea" - name: "Category: control server ⚙️" color: "ffc7ea" +- name: "Category: kernel 🧠" + color: "ffc7ea" +- name: "Category: public IP service 💬" + color: "ffc7ea"