How to resume review process after updating pull request at GitHub?

Nikita picture Nikita · Nov 30, 2016 · Viewed 12.8k times · Source

I forked GitHub repository and created pull request. Reviewer requested changes from me:

Github changes requested

Changes requested
1 review requesting changes by reviewers with write access. Learn more.

I've committed and pushed necessary changes in pull request branch, so they are displaying at pull request page. Now I want ask contributor to continue review my changes.

Is there any button or action for this? Can't find this.

Buttons

Answer

VonC picture VonC · Feb 21, 2019

2 years and a half years later, (February 2019), do check if the new button "Re-request review" would help.

As illustrated on twitter, if your PR was already reviewed, but now it’s time for round 2: With fresh eyes and fresh code, re-request a review 🔃

Re-Request a review


Note/caveat: (from "Requesting a pull request review")

Pull request authors can't request reviews unless they are either a repository owner or collaborator with write access to the repository.

As noted in the comments by gertvdijk:

I am a contributor on the project and the owner of the PR.
It does not make sense to me that I need to be a collaborator on the project to request a re-review?

Oh, wow, it's by design that PR authors can't use this feature?
Damn, that's very much killing the whole feature.