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 39fa25b commit 3fb4f96Copy full SHA for 3fb4f96
.github/workflows/label-pull-request.yml
@@ -42,7 +42,7 @@ jobs:
42
43
let labels = Array.from(new Set(repository.pullRequest.closingIssuesReferences.nodes
44
.flatMap((node) => node.labels.nodes.map((label) => label.name))))
45
- .filter((label) => !label.startsWith("status:") && labels !== "up-for-grabs");
+ .filter((label) => !label.startsWith("status:") && label !== "up-for-grabs");
46
47
if (labels.length > 0) {
48
console.log(`Adding labels to PR: ${labels}`);
0 commit comments