From e157e8e469450f09d409b709446b90b4e7ee6842 Mon Sep 17 00:00:00 2001 From: kenji sakoda Date: Tue, 12 Feb 2019 23:51:04 +0900 Subject: [PATCH] add in_reply_to_id in PullRequestReviewCommentPayload (#57) --- github/payload.go | 1 + 1 file changed, 1 insertion(+) diff --git a/github/payload.go b/github/payload.go index 36b6adb..c0c111d 100644 --- a/github/payload.go +++ b/github/payload.go @@ -3749,6 +3749,7 @@ type PullRequestReviewCommentPayload struct { Href string `json:"href"` } `json:"pull_request"` } `json:"_links"` + InReplyToId int64 `json:"in_reply_to_id"` } `json:"comment"` PullRequest struct { URL string `json:"url"`