Skip to content

Commit 1739c6d

Browse files
authored
Merge pull request #132 from gsaraf/add_missing_private_member_to_repositories
Add missing "private" member to repositories in installation event
2 parents 3c38273 + f16cede commit 1739c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/payload.go

+1
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)