Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion translations/log/msft-pt-resets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ translations/pt-BR/content/rest/overview/resources-in-the-rest-api.md,rendering
translations/pt-BR/content/rest/overview/troubleshooting.md,broken liquid tags
translations/pt-BR/content/rest/packages.md,broken liquid tags
translations/pt-BR/content/rest/projects/projects.md,broken liquid tags
translations/pt-BR/content/rest/pulls/comments.md,broken liquid tags
translations/pt-BR/content/rest/scim.md,rendering error
translations/pt-BR/content/rest/teams/team-sync.md,rendering error
translations/pt-BR/content/search-github/getting-started-with-searching-on-github/enabling-githubcom-repository-search-from-your-private-enterprise-environment.md,rendering error
Expand Down
13 changes: 9 additions & 4 deletions translations/pt-BR/content/rest/pulls/comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Pull request review comments
title: Comentários das revisões de pull request
shortTitle: Review comments
intro: ''
versions:
Expand All @@ -11,10 +11,15 @@ topics:
- API
miniTocMaxHeadingLevel: 3
allowTitleToDifferFromFilename: true
ms.openlocfilehash: d076bead1efdb07c3fcce3472798bddeaf9908e6
ms.sourcegitcommit: cfe91073c844cb762131b2de9fb41f7f9db792fc
ms.translationtype: HT
ms.contentlocale: pt-BR
ms.lasthandoff: 11/24/2022
ms.locfileid: '148181274'
---
## Sobre a API de comentários de revisão de solicitação pull

## About the Pull request review comments API

Pull request review comments are comments on a portion of the unified diff made during a pull request review. Commit comments and issue comments are different from pull request review comments. You apply commit comments directly to a commit and you apply issue comments without referencing a portion of the unified diff. For more information, see "[Create a commit comment](/rest/reference/commits#create-a-commit-comment)" and "[Create an issue comment](/rest/reference/issues#create-an-issue-comment)."
Os comentários de revisão de pull request são comentários em uma parte do diff unificado feitos durante uma revisão de pull request. Comentários de commit e comentários de problemas são são diferentes dos comentários de revisão de pull request. Você aplica comentários de submissão diretamente para um commit e aplica comentários de problema sem fazer referência a uma parte do diff unificado. Para obter mais informações, confira "[Criar um comentário sobre um commit](/rest/reference/commits#create-a-commit-comment)" e "[Criar um comentário sobre um problema](/rest/reference/issues#create-an-issue-comment)".

{% data reusables.pull_requests.issues-media-types %}