Workflow Update
This commit is contained in:
parent
344f940f59
commit
9002f06112
2
.github/workflows/changelog-pr.yaml
vendored
2
.github/workflows/changelog-pr.yaml
vendored
@ -137,7 +137,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
for (const category of categorizedPRs) {
|
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.labels.some(label => prLabels.includes(label)) && !category.labels.some(label => prLabels.includes("new script"))) {
|
||||||
if (category.subCategories && category.subCategories.length > 0) {
|
if (category.subCategories && category.subCategories.length > 0) {
|
||||||
const subCategory = category.subCategories.find(sub =>
|
const subCategory = category.subCategories.find(sub =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user