Skip to content

Commit 3fb4f96

Browse files
committed
Fix typo
1 parent 39fa25b commit 3fb4f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
let labels = Array.from(new Set(repository.pullRequest.closingIssuesReferences.nodes
4444
.flatMap((node) => node.labels.nodes.map((label) => label.name))))
45-
.filter((label) => !label.startsWith("status:") && labels !== "up-for-grabs");
45+
.filter((label) => !label.startsWith("status:") && label !== "up-for-grabs");
4646
4747
if (labels.length > 0) {
4848
console.log(`Adding labels to PR: ${labels}`);

0 commit comments

Comments
 (0)