Skip to content

Commit e91b088

Browse files
authored
ci: update generic workflows (#727)
1 parent e42ecf0 commit e91b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)