feat(pull-requests): expose review resolution reason

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 8bf69b12-5131-4382-8c81-8ed1c88fb211
This commit is contained in:
Annie Gesellchen
2026-08-19 11:40:53 -07:00
parent 55f7b721fd
commit bfb759d137
8 changed files with 92 additions and 20 deletions
+1
View File
@@ -251,6 +251,7 @@ runtime behavior (such as output formatting) won't appear here.
- **resolve_review_thread** - Resolve Review Thread
- **Required OAuth Scopes**: `repo`
- `resolutionReason`: Optional reason for resolving a Copilot code review thread: addressed, wont-fix, or invalid. (string, optional)
- `threadID`: The node ID of the review thread to resolve (e.g., PRRT_kwDOxxx) (string, required)
- **submit_pending_pull_request_review** - Submit Pending Pull Request Review