Skip to content

Commit fbfacb4

Browse files
felixgegmlewis
authored andcommitted
Add missing PullRequest.ReviewComments field (#1113)
1 parent 94cd03c commit fbfacb4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/pulls.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ type PullRequest struct {
5252
CommentsURL *string `json:"comments_url,omitempty"`
5353
ReviewCommentsURL *string `json:"review_comments_url,omitempty"`
5454
ReviewCommentURL *string `json:"review_comment_url,omitempty"`
55+
ReviewComments *int `json:"review_comments,omitempty"`
5556
Assignee *User `json:"assignee,omitempty"`
5657
Assignees []*User `json:"assignees,omitempty"`
5758
Milestone *Milestone `json:"milestone,omitempty"`

0 commit comments

Comments
 (0)