get_pending_review
Check whether a pull request has a pending review and retrieve its contents. Returns null when no pending review exists.
Instructions
Get the current pending review for the PR (if any). Returns null if no pending review exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner/organization | |
| prNumber | Yes | Pull request number |