Skip to content

Commit

Permalink
fix: added topics to RepositoryPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhayes authored Aug 29, 2024
1 parent 02d182a commit 4b02eee
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 @@ -5758,6 +5758,7 @@ type RepositoryPayload struct {
OpenIssues int64 `json:"open_issues"`
Watchers int64 `json:"watchers"`
DefaultBranch string `json:"default_branch"`
Topics []string `json:"topics"`
} `json:"repository"`
Organization struct {
Login string `json:"login"`
Expand Down

0 comments on commit 4b02eee

Please sign in to comment.