Skip to content

Commit 8ee2789

Browse files
committed
Missing rest!
1 parent 08aeabd commit 8ee2789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
script: |
1717
const labelToRemove = 'iso_ok'
1818
19-
github.issues.removeLabel({
19+
await github.rest.issues.removeLabel({
2020
owner: context.repo.owner,
2121
repo: context.repo.repo,
2222
issue_number: context.issue.number,

0 commit comments

Comments
 (0)