Skip to content

Commit

Permalink
Merge pull request #132 from gsaraf/add_missing_private_member_to_rep…
Browse files Browse the repository at this point in the history
…ositories

Add missing "private" member to repositories in installation event
  • Loading branch information
Toshik1978 committed Nov 16, 2021
2 parents 3c38273 + f16cede commit 1739c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/payload.go
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 1739c6d

Please sign in to comment.