We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e86547 commit ab20708Copy full SHA for ab20708
.github/workflows/add-good-first-issue-labels.yml
@@ -52,7 +52,7 @@ jobs:
52
repo: context.repo.repo,
53
})).data.map(label => label.name);
54
55
- const shouldBeRemoved = currentLabels.filter(label => (label.startsWith('area/') && !label.endsWith(area));
+ const shouldBeRemoved = currentLabels.filter(label => (label.startsWith('area/') && !label.endsWith(area)));
56
shouldBeRemoved.forEach(label => {
57
github.rest.issues.deleteLabel({
58
owner: context.repo.owner,
0 commit comments