File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4342,6 +4342,9 @@ type PullRequestReviewPayload struct {
4342
4342
Type string `json:"type"`
4343
4343
SiteAdmin bool `json:"site_admin"`
4344
4344
} `json:"sender"`
4345
+ Installation struct {
4346
+ ID int64 `json:"id"`
4347
+ } `json:"installation"`
4345
4348
}
4346
4349
4347
4350
// PullRequestReviewCommentPayload contains the information for GitHub's pull_request_review_comments hook event
@@ -4806,6 +4809,9 @@ type PullRequestReviewCommentPayload struct {
4806
4809
Type string `json:"type"`
4807
4810
SiteAdmin bool `json:"site_admin"`
4808
4811
} `json:"sender"`
4812
+ Installation struct {
4813
+ ID int64 `json:"id"`
4814
+ } `json:"installation"`
4809
4815
}
4810
4816
4811
4817
// PushPayload contains the information for GitHub's push hook event
You can’t perform that action at this time.
0 commit comments