Add missing private member to repositories in installation event

This commit is contained in:
Gahl Saraf
2021-05-15 19:17:44 +03:00
parent 3c382736e0
commit f16cede744
+1
View File
@@ -1470,6 +1470,7 @@ type InstallationPayload struct {
NodeID string `json:"node_id"`
Name string `json:"name"`
FullName string `json:"full_name"`
Private bool `json:"private"`
} `json:"repositories"`
Sender struct {
Login string `json:"login"`