Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:38:07 +01:00
parent 339c3e3a41
commit 783adaacbe

View File

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