Add installation ID to PullRequestReviewComment

This commit is contained in:
John Maguire
2019-06-20 14:38:27 +01:00
parent 71b069e705
commit 905cac71c9
+3
View File
@@ -4809,6 +4809,9 @@ type PullRequestReviewCommentPayload struct {
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
} `json:"sender"`
Installation struct {
ID int64 `json:"id"`
} `json:"installation"`
}
// PushPayload contains the information for GitHub's push hook event