Merge pull request #132 from gsaraf/add_missing_private_member_to_repositories
Add missing "private" member to repositories in installation event
This commit is contained in:
@@ -1470,6 +1470,7 @@ type InstallationPayload struct {
|
|||||||
NodeID string `json:"node_id"`
|
NodeID string `json:"node_id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
FullName string `json:"full_name"`
|
FullName string `json:"full_name"`
|
||||||
|
Private bool `json:"private"`
|
||||||
} `json:"repositories"`
|
} `json:"repositories"`
|
||||||
Sender struct {
|
Sender struct {
|
||||||
Login string `json:"login"`
|
Login string `json:"login"`
|
||||||
|
|||||||
Reference in New Issue
Block a user