Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:56:15 +01:00
parent 344f940f59
commit 9002f06112

View File

@ -137,7 +137,7 @@ jobs:
for (const category of categorizedPRs) {
console.log(category);
console.log("Category: ", category);
if (category.labels.some(label => prLabels.includes(label)) && !category.labels.some(label => prLabels.includes("new script"))) {
if (category.subCategories && category.subCategories.length > 0) {
const subCategory = category.subCategories.find(sub =>