From 10384c9e375a125b8aab438d8a8797facc69ffa3 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 1 Aug 2024 12:20:55 +0000 Subject: [PATCH] chore(github): add labels "Custom" and "Category: logs" --- .github/labels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 68e8b5ac5..7d1dc6c8c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -36,6 +36,8 @@ # VPN providers - name: "☁️ AirVPN" color: "cfe8d4" +- name: "☁️ Custom" + color: "cfe8d4" - name: "☁️ Cyberghost" color: "cfe8d4" - name: "☁️ HideMyAss" @@ -91,6 +93,9 @@ - name: "Category: Maintenance ⛓️" description: "Anything related to code or other maintenance" color: "ffc7ea" +- name: "Category: Logs 📚" + description: "Something to change in logs" + color: "ffc7ea" - name: "Category: Good idea 🎯" description: "This is a good idea, judged by the maintainers" color: "ffc7ea"