From aecb696f6ca6ec693b03a88698fc4e4056938771 Mon Sep 17 00:00:00 2001 From: Alexander Ikonomou Date: Sat, 26 Apr 2025 01:20:19 +0200 Subject: [PATCH] Add new labels --- .github/labels.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index af433b8..9cb6048 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -9,7 +9,7 @@ description: "This issue or pull request already exists" - name: "enhancement" color: "#a22eef" - description: "New feature or request" + description: "New feature or request to an existing userscript" - name: "renovate" color: "#272895" - name: "question" @@ -17,3 +17,8 @@ - name: "wontfix" color: "#ffffff" description: "This will not be worked on" +- name: "ci" + color: "#0E8A16" +- name: "new userscript" + description: "Adds a new userscript" + color: "#FBCA04"