Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.31 KB

File metadata and controls

38 lines (30 loc) · 2.31 KB
title intro redirect_from versions topics shortTitle
Dismissing a pull request review
If your repository requires reviews, you can dismiss pull request reviews that are no longer valid or are unable to be approved by the reviewer.
/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review
/articles/dismissing-a-pull-request-review
/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review
/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review
fpt ghes ghec
*
*
*
Pull requests
Dismiss a PR review

{% data reusables.pull_requests.dismiss_review %} This 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.

{% data reusables.search.requested_reviews_search %}

{% data reusables.repositories.sidebar-pr %} {% data reusables.repositories.choose-pr-review %}

  1. On the "Conversation" tab, next to the summary of reviews, click {% octicon "chevron-down" aria-label="show" %}.

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

  2. Next. to the review you'd like to dismiss, select the {% octicon "kebab-horizontal" aria-label="Show options" %} dropdown menu, then click Dismiss review.

    Screenshot of the merge box for a pull request. A dropdown menu, labeled with the kebab icon, is expanded, and the "Dismiss review" option is outlined in dark orange.

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

Further reading