File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,9 @@ type CommitCommentPayload struct {
533
533
Type string `json:"type"`
534
534
SiteAdmin bool `json:"site_admin"`
535
535
} `json:"sender"`
536
+ Installation * struct {
537
+ ID int64 `json:"id"`
538
+ } `json:"installation"`
536
539
}
537
540
538
541
// CreatePayload contains the information for GitHub's create hook event
@@ -2117,6 +2120,9 @@ type IssueCommentPayload struct {
2117
2120
Type string `json:"type"`
2118
2121
SiteAdmin bool `json:"site_admin"`
2119
2122
} `json:"sender"`
2123
+ Installation * struct {
2124
+ ID int64 `json:"id"`
2125
+ } `json:"installation"`
2120
2126
}
2121
2127
2122
2128
// IssuesPayload contains the information for GitHub's issues hook event
@@ -2289,6 +2295,9 @@ type IssuesPayload struct {
2289
2295
Type string `json:"type"`
2290
2296
SiteAdmin bool `json:"site_admin"`
2291
2297
} `json:"sender"`
2298
+ Installation * struct {
2299
+ ID int64 `json:"id"`
2300
+ } `json:"installation"`
2292
2301
Assignee * Assignee `json:"assignee"`
2293
2302
Label * Label `json:"label"`
2294
2303
}
You can’t perform that action at this time.
0 commit comments