resolve_review_thread
Resolve a pull request review thread by providing its GraphQL node ID. Use this to mark discussions as closed after addressing feedback.
Instructions
Mark a pull request review thread as resolved.
Use list_unresolved_review_threads to get thread_id values.
Args: thread_id: GitHub GraphQL node ID of the review thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |