Workflow Update
This commit is contained in:
parent
e46f1b7b09
commit
344f1b6e18
4
.github/workflows/changelog-pr.yaml
vendored
4
.github/workflows/changelog-pr.yaml
vendored
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user