diff --git a/github/pulls_comments.go b/github/pulls_comments.go index 10d2a64..0b7e13b 100644 --- a/github/pulls_comments.go +++ b/github/pulls_comments.go @@ -13,6 +13,7 @@ import ( // PullRequestComment represents a comment left on a pull request. type PullRequestComment struct { ID *int `json:"id,omitempty"` + InReplyTo *int `json:"in_reply_to,omitempty"` Body *string `json:"body,omitempty"` Path *string `json:"path,omitempty"` DiffHunk *string `json:"diff_hunk,omitempty"`