Workflow Update

This commit is contained in:
Michel Roegl-Brunner 2025-03-24 13:31:55 +01:00
parent 2d6077599e
commit 155319a752

View File

@ -140,7 +140,7 @@ jobs:
}
for (const category of categorizedPRs) {
if (category.labels.some(label => prLabels.includes(label)){
if (category.labels.some(label => prLabels.includes(label))){
if (category.subCategories && category.subCategories.length > 0) {
const subCategory = category.subCategories.find(sub =>
sub.labels.some(label => prLabels.includes(label))