Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 14:02:47 +01:00
parent 2b3848eb97
commit 778861e1d0

View File

@ -138,7 +138,7 @@ jobs:
for (const category of categorizedPRs) {
console.log("Category: ", category);
if(category.labels(label => prLabels.includes("new script"))) {
if(category.labels.some(label => prLabels.includes("new script"))) {
category.notes.push(prNote);
}