Skip to content

Commit

Permalink
chore: fix breaking change in github script api
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSenthil authored Feb 23, 2022
1 parent 9bbb88f commit e6a9a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
core.info('Labeling release');
await github.issues.addLabels({
await github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.pull_request.number,
Expand Down

0 comments on commit e6a9a9e

Please sign in to comment.