list_unresolved_review_threads
Retrieve unresolved inline review threads on a pull request, showing file path, line number, and comments that still require attention.
Instructions
List unresolved inline review threads on a pull request.
Returns only threads that have not been resolved yet, so the agent has a clear picture of what still needs attention. Each thread includes its GitHub node ID (thread_id), file path, line number, and all comments. Pass thread_id to resolve_review_thread to mark a thread as done.
Args: owner: Repository owner. repo: Repository name. pr_number: Pull request number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| pr_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |