list_pending_review_comments
List all draft comments in the pending review for a pull request, including file path, line, side, and body. Returns an empty array if no pending review exists.
Instructions
List all draft comments in the pending review for the PR. Returns empty array if no pending review exists. Each comment includes path, line, side, body, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner/organization | |
| prNumber | Yes | Pull request number |