Skip to content

Commit 2f2e3ec

Browse files
author
Eric Hayes
authored
Update payload.go
1 parent 6d993d9 commit 2f2e3ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

github/payload.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5462,6 +5462,17 @@ type PushPayload struct {
54625462
Stargazers int64 `json:"stargazers"`
54635463
MasterBranch string `json:"master_branch"`
54645464
} `json:"repository"`
5465+
Organization struct {
5466+
Login string `json:"login"`
5467+
ID int64 `json:"id"`
5468+
NodeID string `json:"node_id"`
5469+
URL string `json:"url"`
5470+
ReposURL string `json:"repos_url"`
5471+
EventsURL string `json:"events_url"`
5472+
MembersURL string `json:"members_url"`
5473+
PublicMembersURL string `json:"public_members_url"`
5474+
AvatarURL string `json:"avatar_url"`
5475+
} `json:"organization"`
54655476
Pusher struct {
54665477
Name string `json:"name"`
54675478
Email string `json:"email"`

0 commit comments

Comments
 (0)