Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:06:11 +01:00
parent b9d5dab7dd
commit db556b4d1d

View File

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