Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:07:33 +01:00
parent db556b4d1d
commit cd121a567d

View File

@ -149,7 +149,7 @@ jobs:
); );
if (subCategory) { if (subCategory) {
if(!category.lable.includes("new script")){ if(!category.labels.includes("new script")){
subCategory.notes.push(prNote); subCategory.notes.push(prNote);
} }
} else { } else {