Skip to main content

This version of GitHub Enterprise Server will be discontinued on 2026-08-25. Discontinued releases are not supported. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features in GitHub Enterprise Server, see Overview of the upgrade process. For help with the upgrade, GitHub Enterprise Support.

Dismissing a pull request review

Dismiss outdated or unapproved pull request reviews and update their status with a required comment.

If a pull request has changed since it was reviewed and the person who requested changes isn't available to give an approving review, repository administrators or people with write access can dismiss a review. Dismissing a review changes the status of the review to a review comment. When you dismiss a review, you must add a comment explaining why you dismissed it. Your comment will be added to the pull request conversation.

You can find a pull request where you or a team you're a member of is requested for review with the search qualifier review-requested:[USERNAME] or team-review-requested:[TEAMNAME]. For more information, see Searching issues and pull requests.

  1. Under your repository name, click Pull requests.

  2. In the list of pull requests, click the pull request you'd like to review.

  3. On the "Conversation" tab, next to the summary of reviews, click .

    Screenshot of the merge box for a pull request. The chevron icon to see the reviews is outlined in dark orange.

  4. Next to the review you'd like to dismiss, select the dropdown menu, then click Dismiss review.

    Screenshot of the merge box of a pull request. The Show options menu (kebab icon), is expanded, and the "Dismiss review" option is outlined in orange.

  5. Type your reason for dismissing the review, then click Dismiss review.

Further reading