Skip to content

Commit f16cede

Browse files
committed
Add missing private member to repositories in installation event
1 parent 3c38273 commit f16cede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,7 @@ type InstallationPayload struct {
14701470
NodeID string `json:"node_id"`
14711471
Name string `json:"name"`
14721472
FullName string `json:"full_name"`
1473+
Private bool `json:"private"`
14731474
} `json:"repositories"`
14741475
Sender struct {
14751476
Login string `json:"login"`

0 commit comments

Comments
 (0)