- fix lint error

This commit is contained in:
Mike Penz
2020-11-04 14:19:06 +01:00
parent db78e9819a
commit 616c9b8330
+1 -1
View File
@@ -70,7 +70,7 @@ export function buildChangelog(
if (!matched) {
// we allow to have pull requests included in an "uncategorized" category
for (const [category, pullRequests] of categorized) {
if (category.labels.length == 0) {
if (category.labels.length === 0) {
pullRequests.push(body)
break
}