GitHub Copilot Code Review Auto-Resolves Addressed Comments
GitHub Copilot code review now automatically resolves its own comments once a developer pushes a commit that addresses the underlying feedback, instead of leaving stale threads for a developer to close by hand. When a developer applies one of Copilot's suggested fixes, Copilot also writes a smart, context-aware commit message describing the change rather than auto-filling a generic one. Together the two changes, shipped September 11, 2026, are meant to keep the open comment list focused only on feedback that still needs attention.
Key Takeaways
- Copilot now closes its own loop, automatically resolving review comments once a later commit fixes the issue it flagged.
- Nothing gets lost in the cleanup, since comments that are still unaddressed remain open rather than being auto-dismissed.
- Commit messages get smarter, with Copilot generating a description of the actual change instead of a generic autofill when a suggestion is applied.
- The feature targets a real workflow annoyance: manually re-checking and closing outdated review threads on long-running pull requests.
- It ships alongside a second, behind-the-scenes update to Copilot's Lite review tier the same day, part of a broader September 11 code review release.
- The change requires no configuration from developers, it activates automatically for any repository already using Copilot code review.
Sources & Mentions
1 external resource covering this update
Comments Clean Themselves Up
GitHub Copilot code review has always let developers manually close out comment threads with a "Resolve conversation" button, but that cleanup fell entirely on the developer, even after a later commit made a comment moot. With this update, Copilot checks its own prior comments during every rereview. When a subsequent commit addresses the concern a comment raised, Copilot resolves that thread automatically, no manual click required. Feedback that remains outstanding stays open, so nothing gets silently swept away, but a pull request's comment list now trends toward showing only what genuinely still needs a developer's attention rather than accumulating a growing backlog of already-fixed nits.
For teams running Copilot code review on active repositories with frequent commits, this removes one of the small but persistent chores of working with an AI reviewer: constantly re-checking whether an old comment is still relevant before deciding to close it.
Smart Commit Messages on Autofix Suggestions
The update also changes what happens when a developer applies a code suggestion straight from a Copilot review comment. Previously, GitHub auto-filled a generic commit message for that change. Now Copilot generates a tailored commit message that describes what the specific suggestion actually changed, giving repositories a cleaner, more informative commit history without extra typing from the developer applying the fix.
Both changes are part of GitHub's broader push to make Copilot's code review feel less like a static comment generator and more like an active participant that tracks its own feedback through to resolution.