AbdulElahGwaith's picture
Upload folder using huggingface_hub
88df9e4 verified
metadata
title: Dismissing a pull request review
intro: >-
  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.
redirect_from:
  - >-
    /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
versions:
  fpt: '*'
  ghes: '*'
  ghec: '*'
topics:
  - Pull requests
shortTitle: 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 of a pull request. The Show options menu (kebab icon), is expanded, and the "Dismiss review" option is outlined in orange.

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

Further reading