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 {
43424342 Type string `json:"type"`
43434343 SiteAdmin bool `json:"site_admin"`
43444344 } `json:"sender"`
4345+ Installation struct {
4346+ ID int64 `json:"id"`
4347+ } `json:"installation"`
43454348}
43464349
43474350// PullRequestReviewCommentPayload contains the information for GitHub's pull_request_review_comments hook event
@@ -4806,6 +4809,9 @@ type PullRequestReviewCommentPayload struct {
48064809 Type string `json:"type"`
48074810 SiteAdmin bool `json:"site_admin"`
48084811 } `json:"sender"`
4812+ Installation struct {
4813+ ID int64 `json:"id"`
4814+ } `json:"installation"`
48094815}
48104816
48114817// PushPayload contains the information for GitHub's push hook event
You can’t perform that action at this time.
0 commit comments