Workflow Update
This commit is contained in:
parent
1352952282
commit
520b53be24
5
.github/workflows/changelog-pr.yaml
vendored
5
.github/workflows/changelog-pr.yaml
vendored
@ -136,6 +136,7 @@ jobs:
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(`Error fetching related issues: ${error}`);
|
||||
prNote = `- ${pr.title} ([#${pr.number}](${pr.html_url}))`;
|
||||
}
|
||||
}
|
||||
|
||||
@ -154,11 +155,11 @@ jobs:
|
||||
category.notes.push(prNote);
|
||||
}
|
||||
} else {
|
||||
if (!category.labels.includes("new script")) {
|
||||
if(!category.labels.includes("new script")) {
|
||||
category.notes.push(prNote);
|
||||
}
|
||||
}
|
||||
}else if (category.labels.includes("new script")){
|
||||
}else if(category.labels.includes("new script")){
|
||||
category.notes.push(prNote);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user