Skip to content

Commit ab20708

Browse files
authored
ci: update generic workflows (#139)
1 parent 7e86547 commit ab20708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-good-first-issue-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
repo: context.repo.repo,
5353
})).data.map(label => label.name);
5454
55-
const shouldBeRemoved = currentLabels.filter(label => (label.startsWith('area/') && !label.endsWith(area));
55+
const shouldBeRemoved = currentLabels.filter(label => (label.startsWith('area/') && !label.endsWith(area)));
5656
shouldBeRemoved.forEach(label => {
5757
github.rest.issues.deleteLabel({
5858
owner: context.repo.owner,

0 commit comments

Comments
 (0)