We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c388222 commit 338e42fCopy full SHA for 338e42f
scripts/request-pr-review.ts
@@ -42,7 +42,7 @@ main().catch(console.error);
42
43
async function main() {
44
const gh = new Octokit({ auth: options.token });
45
- const response = await gh.pulls.createReviewRequest({
+ const response = await gh.pulls.requestReviewers({
46
owner: options.owner,
47
repo: options.repo,
48
pull_number,
0 commit comments