diff --git a/github/payload.go b/github/payload.go index 0e1bcdf..37836dc 100644 --- a/github/payload.go +++ b/github/payload.go @@ -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