From 0ab3d3cb0e3208cdacae6bdfa3e7d6213519cbf2 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 19 Jan 2024 11:27:35 +0000 Subject: [PATCH] chore(github): additional labels - Good idea - Motivated! - Foolproof settings - Wildcard --- .github/labels.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index bb88e9020..375cab508 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -36,6 +36,14 @@ - name: "Category: Maintenance ⛓️" description: "Anything related to code or other maintenance" color: "ffc7ea" +- name: "Category: Good idea 🎯" + description: "This is a good idea, judged by the maintainers" + color: "ffc7ea" +- name: "Category: Motivated! 🙌" + description: "Your pumpness makes me pumped! The issue or PR shows great motivation!" + color: "ffc7ea" +- name: "Category: Foolproof settings 👼" + color: "ffc7ea" - name: "Category: Label missing ❗" color: "ffc7ea" - name: "Category: Provider update ♻️" @@ -50,3 +58,5 @@ color: "ffc7ea" - name: "Category: Web UI 🖱️" color: "ffc7ea" +- name: "Category: Wildcard 🃏" + color: "ffc7ea"