No way to re-request a review on a PR created from a fork when the user is an external contributor #151024
Replies: 1 comment 3 replies
-
|
💬 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.
-
Select Topic Area
Bug
Body
I'm trying to re-request a review (user-facing docs here https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review ) using the API but I get permissions errors, but it's a functionality that's possible to do via the UI. It doesn't seem to be possible to do via API when the request is made on behalf of a user that's an external contributor that created a PR in the base repo.
Expected workflow:
I've tried with the GraphQL API and with the REST API.
RequestReviewsmutation, but I get the following error:<user> does not have the correct permissions to execute RequestReviewsAfter the user that created the pull request is invited as collaborator, the same calls to the GraphQL API or the REST API succeed. For that reason I think this is a bug in the implementation:
Beta Was this translation helpful? Give feedback.
All reactions