Skip to content

Commit df12fde

Browse files
rspierMatt Gaunt
authored andcommitted
Add disabled bit to Organization struct. (#1158)
1 parent b041e28 commit df12fde

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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/repos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ type Repository struct {
5757
AllowMergeCommit *bool `json:"allow_merge_commit,omitempty"`
5858
Topics []string `json:"topics,omitempty"`
5959
Archived *bool `json:"archived,omitempty"`
60+
Disabled *bool `json:"disabled,omitempty"`
6061

6162
// Only provided when using RepositoriesService.Get while in preview
6263
License *License `json:"license,omitempty"`

0 commit comments

Comments
 (0)