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.
up-for-grabs
1 parent e364b49 commit 3f5e1c8Copy full SHA for 3f5e1c8
.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:"));
+ .filter((label) => !label.startsWith("status:") && labels !== "up-for-grabs");
46
47
if (labels.length > 0) {
48
console.log(`Adding labels to PR: ${labels}`);
0 commit comments