- fix lint error
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ export function buildChangelog(
|
|||||||
if (!matched) {
|
if (!matched) {
|
||||||
// we allow to have pull requests included in an "uncategorized" category
|
// we allow to have pull requests included in an "uncategorized" category
|
||||||
for (const [category, pullRequests] of categorized) {
|
for (const [category, pullRequests] of categorized) {
|
||||||
if (category.labels.length == 0) {
|
if (category.labels.length === 0) {
|
||||||
pullRequests.push(body)
|
pullRequests.push(body)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user