From 4dfcd32d92f0c47d8d546185ef0a004807eb6ff8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:16:25 +0100 Subject: [PATCH] Update changelog-pr-config.json --- .github/changelog-pr-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/changelog-pr-config.json b/.github/changelog-pr-config.json index c552c6a32..b59e97e51 100644 --- a/.github/changelog-pr-config.json +++ b/.github/changelog-pr-config.json @@ -13,7 +13,7 @@ }, { "title": "🆕 Features", - "labels": ["new feature"] + "labels": ["feature"] }, { "title": "🌐 Website", @@ -21,7 +21,7 @@ }, { "title": "🐞 Bug Fixes", - "labels": ["bug fix"] + "labels": ["bugfix"] }, { "title": "🧰 Maintenance",