From 167deb5d7fb7b6f13e53fbcd8bc903f23e523a69 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:15:38 +0100 Subject: [PATCH] Update autolabeler.yml --- .github/workflows/autolabeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index ee715d83..edabe967 100644 --- a/.github/workflows/autolabeler.yml +++ b/.github/workflows/autolabeler.yml @@ -60,8 +60,8 @@ jobs: } const templateLabelMappings = { - "🐞 bug fix": "bug fix", - "✨ new feature": "new feature", + "🐞 bug fix": "bugfix", + "✨ new feature": "feature", "💥 breaking change": "breaking change", "🆕 new script": "new script" };