Skip to content

Commit

Permalink
Add PushEventRepository.ArchiveURL field. (google#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-cweber authored and dmitshur committed Apr 1, 2017
1 parent 5b3f96e commit 12363ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions github/event_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ type PushEventRepository struct {
MasterBranch *string `json:"master_branch,omitempty"`
Organization *string `json:"organization,omitempty"`
URL *string `json:"url,omitempty"`
ArchiveURL *string `json:"archive_url,omitempty"`
HTMLURL *string `json:"html_url,omitempty"`
StatusesURL *string `json:"statuses_url,omitempty"`
GitURL *string `json:"git_url,omitempty"`
Expand Down
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12363ff

Please sign in to comment.