Skip to content

Commit

Permalink
Add missing private member to repositories in installation event
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaraf committed May 15, 2021
1 parent 3c38273 commit f16cede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit f16cede

Please sign in to comment.