add in_reply_to_id in PullRequestReviewCommentPayload (#57)

This commit is contained in:
kenji sakoda
2019-02-12 23:51:04 +09:00
committed by Dean Karn
parent b2ca22db96
commit e157e8e469
+1
View File
@@ -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"`