Update request-pr-review script to latest version of octokit (#39031)

This commit is contained in:
Ron Buckton
2020-06-11 18:04:21 -07:00
committed by Wesley Wigham
parent c388222b29
commit 338e42fabe

View File

@@ -42,7 +42,7 @@ main().catch(console.error);
async function main() {
const gh = new Octokit({ auth: options.token });
const response = await gh.pulls.createReviewRequest({
const response = await gh.pulls.requestReviewers({
owner: options.owner,
repo: options.repo,
pull_number,