Skip to content

Commit

Permalink
Fix: Use requestReviewers() instead of createReviewRequest()
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 28, 2020
1 parent 5278f4a commit 7ca5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ jobs:
"ergebnis-bot",
]
await github.pulls.createReviewRequest({
await github.pulls.requestReviewers({
owner: repository.owner,
pull_number: pullRequest.number,
repo: repository.repo,
Expand Down

0 comments on commit 7ca5421

Please sign in to comment.