We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e157e8e commit ac198c9Copy full SHA for ac198c9
github/payload.go
@@ -3749,7 +3749,7 @@ type PullRequestReviewCommentPayload struct {
3749
Href string `json:"href"`
3750
} `json:"pull_request"`
3751
} `json:"_links"`
3752
- InReplyToId int64 `json:"in_reply_to_id"`
+ InReplyToID int64 `json:"in_reply_to_id"`
3753
} `json:"comment"`
3754
PullRequest struct {
3755
URL string `json:"url"`
0 commit comments