Skip to content

Commit f12c950

Browse files
authored
feat: Add ArchivedAt field to Organization struct (#4179)
1 parent 0f881f5 commit f12c950

4 files changed

Lines changed: 22 additions & 1 deletion

File tree

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-stringify_test.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/orgs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ type Organization struct {
3636
Following *int `json:"following,omitempty"`
3737
CreatedAt *Timestamp `json:"created_at,omitempty"`
3838
UpdatedAt *Timestamp `json:"updated_at,omitempty"`
39+
ArchivedAt *Timestamp `json:"archived_at,omitempty"`
3940
TotalPrivateRepos *int64 `json:"total_private_repos,omitempty"`
4041
OwnedPrivateRepos *int64 `json:"owned_private_repos,omitempty"`
4142
PrivateGists *int `json:"private_gists,omitempty"`

0 commit comments

Comments
 (0)