From 429aea8e0fec5ec448b09f5eff8aa2aa2b38dfe3 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 25 Aug 2024 07:06:13 +0000 Subject: [PATCH] docs(github): change and add labels - change "config problem" to "user error" - add "performance" category - add "investigation" category --- .github/labels.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index 23b629c9f..ec2332815 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -89,7 +89,8 @@ - name: "☁️ Windscribe" color: "cfe8d4" -- name: "Category: Config problem 📝" +- name: "Category: User error 🤦" + from_name: "Category: Config problem 📝" color: "ffc7ea" - name: "Category: Healthcheck 🩺" color: "ffc7ea" @@ -143,3 +144,7 @@ color: "ffc7ea" - name: "Category: servers storage 📦" color: "ffc7ea" +- name: "Category: Performance 🚀" + color: "ffc7ea" +- name: "Category: Investigation 🔍" + color: "ffc7ea"