Skip to content

Commit e157e8e

Browse files
sakokenDean Karn
authored andcommitted
add in_reply_to_id in PullRequestReviewCommentPayload (#57)
1 parent b2ca22d commit e157e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,6 +3749,7 @@ type PullRequestReviewCommentPayload struct {
37493749
Href string `json:"href"`
37503750
} `json:"pull_request"`
37513751
} `json:"_links"`
3752+
InReplyToId int64 `json:"in_reply_to_id"`
37523753
} `json:"comment"`
37533754
PullRequest struct {
37543755
URL string `json:"url"`

0 commit comments

Comments
 (0)