Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 14:03:50 +01:00
parent 778861e1d0
commit 672cee859c

View File

@ -138,7 +138,7 @@ jobs:
for (const category of categorizedPRs) { for (const category of categorizedPRs) {
console.log("Category: ", category); 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); category.notes.push(prNote);
} }