add in_reply_to_id in PullRequestReviewCommentPayload (#57)
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user