From 6e65d3862776a4e5ab0632073bf7824e29a86347 Mon Sep 17 00:00:00 2001 From: Ricky Heijnen Date: Wed, 24 Dec 2025 14:53:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20label=20descriptions=20?= =?UTF-8?q?for=20backend=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labels/backend.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/labels/backend.yml b/labels/backend.yml index a40386c..8793196 100644 --- a/labels/backend.yml +++ b/labels/backend.yml @@ -3,16 +3,15 @@ ######################################################## - name: "type: 👔 business-logic" color: "#3585BD" - description: "Business logic implementation or changes" + description: "Change to business logic implementation" aliases: ["type: business-logic"] - name: "type: 🗃️ database" color: "#2E8B57" - description: "Database schema, queries, or migrations" + description: "Change to database schema, SQL queries, or migrations" aliases: ["type: database"] - name: "type: 🔗 endpoint" color: "#8B572E" - description: "Endpoint implementation or changes" + description: "Change to a new or existing API endpoint" aliases: ["🔗 endpoint", "type: endpoint"] -