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

This commit is contained in:
Ron Buckton
2020-06-15 12:12:09 -07:00
committed by Wesley Wigham
parent c388222b29
commit 338e42fabe
+1 -1
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,