From 168958659aa5ddc2cdf1ad93bfae7e5cd81c3faa Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 24 Mar 2025 13:11:02 +0100 Subject: [PATCH] Workflow Update --- .github/workflows/changelog-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-pr.yaml b/.github/workflows/changelog-pr.yaml index a178eef..8e52f65 100644 --- a/.github/workflows/changelog-pr.yaml +++ b/.github/workflows/changelog-pr.yaml @@ -140,7 +140,7 @@ jobs: } for (const category of categorizedPRs) { - if (category.labels.some(label => prLabels.includes(label)) && !category.labels.some(label => prLabels.includes("new script"))) { + if (category.labels.some(label => prLabels.includes(label)) && !prLabels.includes("new script")) { if (category.subCategories && category.subCategories.length > 0) { const subCategory = category.subCategories.find(sub => sub.labels.some(label => prLabels.includes(label))