Github List Pr Reviews
github_list_pr_reviewsGet a chronological list of pull request reviews, each with author and verdict, to track approvals and requested changes.
Instructions
Lists the reviews submitted on a pull request, oldest first, each with its author and verdict. A review is not a comment: github_list_pr_comments returns what was said on lines and in the thread, not whether anyone approved. Read requested_reviewers from github_get_pr_content to tell nobody has reviewed from nobody having been asked. See #408.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page of results to return, counting from 1 | |
| per_page | No | Number of results per page (1-100) | |
| pr_number | Yes | ||
| repo_name | Yes | ||
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||