We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab6426 commit 418a0c8Copy full SHA for 418a0c8
resources/gen-changelog.ts
@@ -88,7 +88,7 @@ async function genChangeLog(): Promise<string> {
88
}
89
90
const label = labels[0];
91
- if (labelsConfig[label] != null) {
+ if (labelsConfig[label] == null) {
92
throw new Error(`Unknown label: ${label}. See ${pr.url}`);
93
94
byLabel[label] ??= [];
0 commit comments