We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rest
1 parent 2b87256 commit 84d275cCopy full SHA for 84d275c
.github/workflows/prerelease-comment.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
github-token: ${{ secrets.GITHUB_TOKEN }}
58
script: |
59
- github.issues.removeLabel({
+ github.rest.issues.removeLabel({
60
owner: context.repo.owner,
61
repo: context.repo.repo,
62
issue_number: ${{ env.WORKFLOW_RUN_PR }},
0 commit comments