Skip to content

Commit

Permalink
Update payload.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhayes authored Sep 4, 2024
1 parent ed5fab0 commit 6d993d9
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 @@ -5458,6 +5458,7 @@ type PushPayload struct {
OpenIssues int64 `json:"open_issues"`
Watchers int64 `json:"watchers"`
DefaultBranch string `json:"default_branch"`
Topics []string `json:"topics"`
Stargazers int64 `json:"stargazers"`
MasterBranch string `json:"master_branch"`
} `json:"repository"`
Expand Down

0 comments on commit 6d993d9

Please sign in to comment.