diff --git a/.github/workflows/test_url.yaml b/.github/workflows/test_url.yaml index 9d49dc08929a..80af7fc1cfbc 100644 --- a/.github/workflows/test_url.yaml +++ b/.github/workflows/test_url.yaml @@ -22,7 +22,7 @@ jobs: // Get client and context const client = new github.getOctokit(process.env.GITHUB_TOKEN); - await client.pulls.createReview({ + await client.rest.pulls.createReview({ owner: github.context.issue.owner, repo: github.context.issue.repo, pull_number: github.context.issue.number,