From 31adca48d7cdfa0155f71a08d86aa3e776513a69 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:09:16 +0100 Subject: [PATCH] Fix wf (#3206) --- .github/workflows/changelog-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog-pr.yml b/.github/workflows/changelog-pr.yml index fa499b5d8..bef7566af 100644 --- a/.github/workflows/changelog-pr.yml +++ b/.github/workflows/changelog-pr.yml @@ -63,7 +63,7 @@ jobs: { title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] }, { title: "✨ New Features", labels: ["feature"], notes: [] }, { title: "💥 Breaking Changes", labels: ["breaking change"], notes: [] } - { title: "🔧 Refactor, labels: ["refactor"], notes: [] } + { title: "🔧 Refactor", labels: ["refactor"], notes: [] }, ] : obj.labels.includes("maintenance") ? [ { title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] }, @@ -71,8 +71,8 @@ jobs: { title: "💥 Breaking Changes", labels: ["breaking change"], notes: [] }, { title: "📡 API", labels: ["api"], notes: [] }, { title: "Github", labels: ["github"], notes: [] }, - { title: "📝 Documentation", labels: ["documentation"], notes: [] } - { title: "🔧 Refactor, labels: ["refactor"], notes: [] } + { title: "📝 Documentation", labels: ["documentation"], notes: [] }, + { title: "🔧 Refactor", labels: ["refactor"], notes: [] } ] : obj.labels.includes("website") ? [ { title: "🐞 Bug Fixes", labels: ["bugfix"], notes: [] },