Skip to main content

pr_comments

Overview

Namepr_comments
TypeResource
Idgithub.reactions.pr_comments

Fields

NameDatatypeDescription
idinteger
created_atstring
node_idstring
userobjectA GitHub user.
contentstringThe reaction to use

Methods

NameAccessible byRequired ParamsDescription
list_for_pull_request_review_commentSELECTcomment_id, owner, repoList the reactions to a pull request review comment.
create_for_pull_request_review_commentINSERTcomment_id, owner, repo, data__contentCreate a reaction to a pull request review comment. A response with an HTTP 200 status means that you already added the reaction type to this pull request review comment.
delete_for_pull_request_commentDELETEcomment_id, owner, reaction_id, repoNote: You can also specify a repository by repository_id using the route DELETE /repositories/:repository_id/pulls/comments/:comment_id/reactions/:reaction_id.

Delete a reaction to a pull request review comment.