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.
1 parent 08aeabd commit 8ee2789Copy full SHA for 8ee2789
.github/workflows/remove-label.yml
@@ -16,7 +16,7 @@ jobs:
16
script: |
17
const labelToRemove = 'iso_ok'
18
19
- github.issues.removeLabel({
+ await github.rest.issues.removeLabel({
20
owner: context.repo.owner,
21
repo: context.repo.repo,
22
issue_number: context.issue.number,
0 commit comments