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"