We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fb748 commit 66bfeb5Copy full SHA for 66bfeb5
github/payload.go
@@ -187,6 +187,9 @@ type CheckRunPayload struct {
187
Watchers int64 `json:"watchers"`
188
DefaultBranch string `json:"default_branch"`
189
} `json:"repository"`
190
+ Installation struct {
191
+ ID int64 `json:"id"`
192
+ } `json:"installation,omitempty"`
193
Sender struct {
194
Login string `json:"login"`
195
ID int64 `json:"id"`
@@ -359,6 +362,9 @@ type CheckSuitePayload struct {
359
362
360
363
361
364
365
366
367
368
369
370
0 commit comments