Feature Request: API/CLI support for re-requesting PR reviews (including Copilot) #186152
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Yes. When using automated workflows (GitHub Actions, AI coding agents like Codex, Copilot Coding Agent) that iterate on pull requests, there's currently no API or CLI way to re-request a review from a reviewer who has already submitted a review.
Current behavior:
gh pr edit <PR#> --add-reviewer copilotor the REST APIPOST /pulls/{pull_number}/requested_reviewersworks for the initial review requestImpact:
This breaks AI-agent-assisted development workflows where:
Describe the solution you'd like
Add API/CLI support for re-requesting reviews, matching the existing web UI functionality:
REST API option:
Or extend the existing endpoint with a
forceparameter:GraphQL:
Add a
reRequestReviewsmutation alongside the existingrequestReviewsmutation.gh CLI:
Describe alternatives you've considered
Additional context
Related discussions:
Why this matters now:
As AI-assisted development tools become mainstream (GitHub Copilot Coding Agent, OpenAI Codex, Claude, Cursor, etc.), the typical workflow is:
With API support for re-requesting reviews, this becomes fully automatable - a critical capability for the future of AI-assisted software development.
Beta Was this translation helpful? Give feedback.
All reactions