From 0ff411d8d2d1150b3d8fd2ab145f6e7f4848e2c7 Mon Sep 17 00:00:00 2001 From: Volkan Welp <49623578+LegeBeker@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:27:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Add=20Gitmoji's=20to=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/backend.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/labels/backend.yml b/labels/backend.yml index 307667e..4fe31a2 100644 --- a/labels/backend.yml +++ b/labels/backend.yml @@ -1,17 +1,18 @@ ######################################################## # Backend-specific Type Labels ######################################################## -- name: "type: business-logic" +- name: "type: 👔 business-logic" color: "#3585BD" description: "Business logic implementation or changes" aliases: [] -- name: "type: database" +- name: "type: 🗃️ database" color: "#2E8B57" description: "Database schema, queries, or migrations" aliases: [] -- name: "type: endpoint" +- name: "type: 🔗 endpoint" color: "#8B572E" description: "Endpoint implementation or changes" aliases: ["🔗 endpoint"] +