Workflow Update
This commit is contained in:
parent
155319a752
commit
7945b07fe6
13
.github/workflows/changelog-pr.yaml
vendored
13
.github/workflows/changelog-pr.yaml
vendored
@ -147,21 +147,18 @@ jobs:
|
||||
);
|
||||
|
||||
if (subCategory) {
|
||||
subCategory.notes.push(prNote);
|
||||
} else {
|
||||
category.notes.push(prNote);
|
||||
}
|
||||
} else {
|
||||
if(!category.labels.includes("new script")){
|
||||
subCategory.notes.push(prNote);
|
||||
}
|
||||
} else {
|
||||
category.notes.push(prNote);
|
||||
}
|
||||
}
|
||||
}else if (category.labels.includes("new script")) {
|
||||
if (prLabels.includes("new script")) {
|
||||
} else {
|
||||
category.notes.push(prNote);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return categorizedPRs;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user