Add installation ID to PullRequestReview

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