From 357ffa0ae06f8fb9aadd7f4b7b2a9af9d6ca9066 Mon Sep 17 00:00:00 2001 From: Ricky Date: Tue, 18 Aug 2026 16:40:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Promote=20dependencies=20label?= =?UTF-8?q?=20to=20typed=20type=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/labels/general.yml b/labels/general.yml index 29471ca..bc171ce 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -29,7 +29,14 @@ - name: "type: ๐Ÿ”ง configuration" color: "#98b7b8" description: "General configuration and codebase health" - aliases: ["๐Ÿ”ง maintenance", "๐Ÿ”ง config", "๐Ÿ› ๏ธ setup", "๐Ÿงน chore", "type: configuration"] + aliases: + [ + "๐Ÿ”ง maintenance", + "๐Ÿ”ง config", + "๐Ÿ› ๏ธ setup", + "๐Ÿงน chore", + "type: configuration", + ] - name: "type: ๐Ÿ”’ security" color: "#ca5e69" @@ -56,6 +63,11 @@ description: "Application architecture and high-level design" aliases: ["๐Ÿ—๏ธ architecture", "type: architecture"] +- name: "type: ๐Ÿ“ฆ dependencies" + color: "#D0E6A5" + description: "Dependencies related" + aliases: ["๐Ÿ“ฆ dependencies", "type: dependencies"] + ######################################################## # Size/Effort Labels ######################################################## @@ -178,11 +190,6 @@ description: "A short research activity to help make a decision" aliases: [] -- name: "dependencies" - color: "#D0E6A5" - description: "Dependencies related" - aliases: ["๐Ÿ“ฆ dependencies"] - - name: "release" color: "#FFE0B2" description: "Release related"