From 0a958f3b6eb1d2b7b9596ad282ea88a992757fd4 Mon Sep 17 00:00:00 2001 From: Ricky Heijnen Date: Tue, 5 Aug 2025 22:09:43 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20Set=20correct=20label=20alia?= =?UTF-8?q?s=20for=20architecture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels/general.yml b/labels/general.yml index 3176463..ec8afbf 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -54,7 +54,7 @@ - name: "type: architecture" color: "#6A4FB6" description: "Application architecture and high-level design" - aliases: [] + aliases: ["🏗️ architecture"] ######################################################## # Size/Effort Labels From 234281ef7263152ebc28699c8cb78f9009ec641a Mon Sep 17 00:00:00 2001 From: Ricky Heijnen Date: Tue, 5 Aug 2025 22:22:55 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20Add=20alias=20for=20feature?= =?UTF-8?q?=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels/general.yml b/labels/general.yml index ec8afbf..ab06e25 100644 --- a/labels/general.yml +++ b/labels/general.yml @@ -9,7 +9,7 @@ - name: "type: feature" color: "#4774c3" description: "Request or addition of new functionality" - aliases: ["🌟 feature"] + aliases: ["🌟 feature", "✨ feature"] - name: "type: documentation" color: "#94bf87"