Skip to content

Conversation

Saba-Fatima
Copy link

Summary

Introduce a new MCP tool update_pull_request_review that allows updating an
existing pull request review (body, event, commit SHA).

Motivation

Currently, bots or agents that want to refresh their reviews after new commits
must dismiss the old review and create a new one. This clutters the PR timeline
with “dismissed” markers.

What’s new

  • Add update_pull_request_review tool
  • Unit tests with success, failure, and validation coverage
  • README.md updated with tool docs
  • Snapshot generated

Benefits

  • Cleaner PR timelines (no dismissed markers)
  • Lets agents/bots refresh their review state in place
  • Complements existing dismiss_pull_request_review tool for other use cases

Introduce a new MCP tool `update_pull_request_review` that allows
updating an existing pull request review (body, event, commit SHA).
This avoids dismissing + recreating reviews and keeps PR timelines
clean without “dismissed” markers.

Highly suitable for agents/bots that need to refresh their reviews
on new commits without spamming the PR timeline.
@Saba-Fatima Saba-Fatima requested a review from a team as a code owner September 29, 2025 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant