Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:54:32 +01:00
parent e46f1b7b09
commit 344f1b6e18

View File

@ -145,13 +145,13 @@ jobs:
); );
if (subCategory) { if (subCategory) {
if(!category.labels.includes("new script")){
subCategory.notes.push(prNote); subCategory.notes.push(prNote);
}
} else { } else {
category.notes.push(prNote); category.notes.push(prNote);
} }
} }
}else if (category.labels.some(label => prLabels.includes("new script")){
category.notes.push(prNote);
} }
} }