From e5bfb8f8a310523e38f65b0b98646e3b55f480ee Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:21:27 +0100 Subject: [PATCH] Update changelog-pr-config.json --- .github/changelog-pr-config.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/changelog-pr-config.json b/.github/changelog-pr-config.json index b59e97e51..8168251b6 100644 --- a/.github/changelog-pr-config.json +++ b/.github/changelog-pr-config.json @@ -4,7 +4,7 @@ "labels": ["breaking change"] }, { - "title": "✨ New Scripts", + "title": "🆕 New Scripts", "labels": ["new script"] }, { @@ -12,7 +12,15 @@ "labels": ["update script"] }, { - "title": "🆕 Features", + "title": "🐞 Bug Fixes (Updated Scripts)", + "labels": ["update script", "bugfix"] + }, + { + "title": "✨ Feature Updates (Updated Scripts)", + "labels": ["update script", "feature"] + }, + { + "title": "✨ New Features", "labels": ["feature"] }, { @@ -20,17 +28,13 @@ "labels": ["website"] }, { - "title": "🐞 Bug Fixes", - "labels": ["bugfix"] + "title": "📡 API", + "labels": ["api"] }, { "title": "🧰 Maintenance", "labels": ["maintenance"] }, - { - "title": "📡 API", - "labels": ["api"] - }, { "title": "❔ Unlabelled", "labels": []