PullRequestReview¶
-
class
github.PullRequestReview.PullRequestReview¶ This class represents PullRequestReviews. The reference can be found here https://docs.github.com/en/rest/reference/pulls#reviews
-
id¶ Type: integer
-
user¶ Type: github.NamedUser.NamedUser
-
body¶ Type: string
-
commit_id¶ Type: string
-
state¶ Type: string
-
html_url¶ Type: string
-
pull_request_url¶ Type: string
-
submitted_at¶ Type: datetime.datetime
-
dismiss(message)¶ Calls: PUT /repos/{owner}/{repo}/pulls/{number}/reviews/{review_id}/dismissals Return type: None
-
delete()¶ Calls: DELETE /repos/:owner/:repo/pulls/:number/reviews/:review_id Return type: None
-