close
Skip to main content

Requesting a pull request review

Request reviews for your pull requests from individuals or teams to ensure thorough feedback and collaboration.

Quem pode usar esse recurso?

A capacidade das equipes de adicionar vários revisores da solicitação de pull ou revisões de solicitação está disponível em repositórios públicos com o GitHub Free para organizações e planos de cobrança herdados por repositório e, em repositórios públicos e privados, com GitHub Team, GitHub Enterprise Server, e GitHub Enterprise Cloud. Para saber mais, confira Planos do GitHub.

To request a review, you need write access to the repository. You can request a review from a person or team with read access to the repository, and they receive a notification. For complete details on permissions for requesting reviews, see Pull request reviews.

Requesting reviews from collaborators and organization members

Suggested reviewers are based on git blame data. After someone reviews your pull request and you make changes, you can request another review from the same reviewer.

  1. Abaixo do nome do repositório, clique em Pull requests.

    Captura de tela da página principal de um repositório. Na barra de navegação horizontal, uma guia, rotulada como "Solicitações de pull", é destacada em laranja escuro.

  2. In the list of pull requests, click the pull request that you want a specific person or team to review.

  3. To request a review from a suggested person under Reviewers, next to their username, click Request.

    Screenshot of the "Reviewers" section of a pull request's sidebar. To the right of @octocat, a "Request" link is outlined in dark orange.

  4. Optionally, to request a review from someone other than a suggested person, click Reviewers.

    If you know the name of the person or team you want a review from, type the username of the person or the name of the team you're asking to review your changes. Click their team name or username to request a review.

  5. After your pull request is reviewed and you make the necessary changes, you can ask a reviewer to review your pull request again. Navigate to Reviewers in the right sidebar and click next to the reviewer's name whose review you want.

    Screenshot of the "Reviewers" section of a pull request's sidebar. To the right of @octocat, a sync icon is outlined in dark orange.

Requesting a review from GitHub Copilot

Observação

Copilot features require a Copilot plan. See Planos para GitHub Copilot.

You can also request that Copilot review your code and provide feedback and suggested changes on your work. See Usando o GitHub Copilot para revisão de código.

Further reading