Expose Copilot review thread resolution reasons - #3123
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8bf69b12-5131-4382-8c81-8ed1c88fb211
Contributor
There was a problem hiding this comment.
Pull request overview
Exposes optional Copilot review-thread resolution reasons through both resolution tools and forwards them to GraphQL.
Changes:
- Added
resolutionReasonto both tool schemas. - Forwarded optional reasons through the shared resolver.
- Updated tests, snapshots, and generated documentation.
Show a summary per file
| File | Description |
|---|---|
README.md |
Documents the aggregate tool parameter. |
pkg/github/pullrequests.go |
Adds reason forwarding to the shared resolver. |
pkg/github/pullrequests_test.go |
Tests aggregate reason forwarding. |
pkg/github/pullrequests_granular.go |
Adds the granular tool parameter. |
pkg/github/granular_tools_test.go |
Tests granular reason forwarding. |
pkg/github/__toolsnaps__/resolve_review_thread.snap |
Updates the granular tool schema snapshot. |
pkg/github/__toolsnaps__/pull_request_review_write.snap |
Updates the aggregate tool schema snapshot. |
docs/feature-flags.md |
Documents the granular parameter. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Suppressed comments (1)
pkg/github/pullrequests.go:2108
- Changing this exported function's signature is source-breaking for repositories that import
pkg/github. Preserve the existing four-argumentResolveReviewThreadAPI as a compatibility wrapper, and add a separate reason-aware entry point for these tool handlers.
func ResolveReviewThread(ctx context.Context, client *githubv4.Client, threadID string, resolutionReason *string, resolve bool) (*mcp.CallToolResult, error) {
- Files reviewed: 8/8 changed files
- Comments generated: 3
- Review effort level: Balanced
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8bf69b12-5131-4382-8c81-8ed1c88fb211
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
dmitrijsfomins2022-cyber
approved these changes
Aug 27, 2026
SamMorrowDrums
approved these changes
Aug 27, 2026
7 tasks
social4hyq
pushed a commit
to social4hyq/homebrew-core
that referenced
this pull request
Sep 20, 2026
github-mcp-server 1.12.0 Created-by: HarmonybrewBot Commit-by: HarmonybrewBot Merged-by: HarmonybrewBot Description: Created by `brew bump` --- Created with `brew bump-formula-pr`.<details> <summary>release notes</summary> <pre>## Highlights - **New governance tools for agents.** Read and manage repository rulesets and custom properties across repository, organization, and enterprise levels. - **Faster, safer feature flags.** Functional availability rules evaluate lazily after static filtering, deduplicate checks per request, and preserve precise availability errors. - **Safer write operations.** Pin merge HEADs, recover file SHAs, use least-privilege public-repository access, and detect silently dropped labels. - **Richer review and discovery support.** Adds review range coordinates, thread resolution reasons, projected-header preflights, Server Card support, and Agent Plugins. - **Better content fidelity.** Markdown bodies, titles, release notes, comments, and commit messages preserve visible content while filtering unsafe invisible characters. ## What's Changed * Remove documentation for unavailable tool-search command by @tommaso-moro in github/github-mcp-server#3162 * Expose Copilot review thread resolution reasons by @cagesellchen in github/github-mcp-server#3123 * fix(repos): give create_or_update_file callers a SHA they can actually get by @dylanpulver in github/github-mcp-server#3131 * fix: allow public_repo for public contribution tools by @paulcakeface in github/github-mcp-server#3140 * Enable feature flags via URL query parameter (?features=) for headerless hosted connections by @CAOShurong in github/github-mcp-server#3146 * Add expectedHeadSha pinning to merge_pull_request by @jcosta1970 in github/github-mcp-server#3182 * Fix e2e harness compilation against go-github v89 and go-sdk v1.7 by @ppoffice in github/github-mcp-server#3187 * Return range coordinates for review comments by @yiheng-kkk in github/github-mcp-server#3193 * Fix issue_write silently dropped label errors by @SamMorrowDrums in github/github-mcp-server#3195 * fix(http): allow projected MCP headers in preflights by @SamMorrowDrums in github/github-mcp-server#3167 * Spell perPage the same way in every paginated tool by @karpovantonme in github/github-mcp-server#3142 * Add MCP Server Card (SEP-2127) types + handler by @SamMorrowDrums in github/github-mcp-server#2768 * Refactor feature flags to use functional availability rules by @SamMorrowDrums in github/github-mcp-server#3166 * feat(governance): add repository ruleset tools with multi-level scope challenge by @SamMorrowDrums in github/github-mcp-server#2991 * feat(governance): add custom properties tools by @SamMorrowDrums in github/github-mcp-server#2992 * Fix HTML entities in sanitized titles by @SamMorrowDrums in github/github-mcp-server#3216 * build(deps): bump fast-uri from 3.1.5 to 3.1.7 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in github/github-mcp-server#3208 * build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in github/github-mcp-server#3217 * build(deps): bump github/codeql-action from 4.37.4 to 4.37.9 by @dependabot[bot] in github/github-mcp-server#3192 * feat: add Agent Plugins 1.0 package by @777genius in github/github-mcp-server#3169 * fix(sanitize): preserve Markdown body fidelity on read surfaces by @SamMorrowDrums in github/github-mcp-server#3177 * build(deps): bump actions/stale from 10 to 11 by @dependabot[bot] in github/github-mcp-server#3003 * Fix main CI sanitizer integration by @SamMorrowDrums in github/github-mcp-server#3219 ## New Contributors * @cagesellchen made their first contribution in github/github-mcp-server#3123 * @paulcakeface made their first contribution in github/github-mcp-server#3140 * @CAOShurong made their first contribution in github/github-mcp-server#3146 * @jcosta1970 made their first contribution in github/github-mcp-server#3182 * @ppoffice made their first contribution in github/github-mcp-server#3187 * @yiheng-kkk made their first contribution in github/github-mcp-server#3193 * @karpovantonme made their first contribution in github/github-mcp-server#3142 * @777genius made their first contribution in github/github-mcp-server#3169 **Full Changelog**: https://github.com/github/github-mcp-server/compare/v1.11.0...v1.12.0</pre> <p>View the full release notes at <a href="https://github.com/github/github-mcp-server/releases/tag/v1.12.0">https://github.com/github/github-mcp-server/releases/tag/v1.12.0</a>.</p> </details> <hr> See merge request: Harmonybrew/homebrew-core!18304
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expose an optional
resolutionReasonargument on both review-thread resolution tools and forward it to GraphQL asresolutionReason.Why
This lets MCP clients record how Copilot Code Review threads were resolved.
Depends on github/github#448461 (commit
191d1c3d49211cd54810c2b1707e28c5ae5460d7).Fixes # N/A
What changed
resolutionReasoninputs toresolve_review_threadandpull_request_review_write.MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
deprecated_tool_aliases.goNote: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.
Lint & tests
./script/lint./script/testDocs