Workflow Update

This commit is contained in:
Michel Roegl-Brunner
2025-03-24 13:59:25 +01:00
parent a4480b3da0
commit a45dd69ba5
2 changed files with 29 additions and 13 deletions

View File

@@ -138,6 +138,7 @@ jobs:
for (const category of categorizedPRs) {
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 =>