diff --git a/.github/workflows/changelog-pr.yaml b/.github/workflows/changelog-pr.yaml index e701552..417d3ba 100644 --- a/.github/workflows/changelog-pr.yaml +++ b/.github/workflows/changelog-pr.yaml @@ -138,7 +138,7 @@ jobs: for (const category of categorizedPRs) { console.log("Category: ", category); - if(category.labels.some(label => prLabels.includes("new script"))) { + if(category.labels.includes(label => prLabels.includes("new script"))) { category.notes.push(prNote); }