Skip to content

Commit

Permalink
Merge pull request #206 from dwijnand/add-archived-to-Repo
Browse files Browse the repository at this point in the history
Add archived to Repo
  • Loading branch information
softprops committed Feb 15, 2019
2 parents dfc58c8 + af086ff commit 85b086f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repositories/mod.rs
Expand Up @@ -521,6 +521,7 @@ pub struct Repo {
pub has_wiki: bool,
pub has_pages: bool,
pub has_downloads: bool,
pub archived: bool,
pub pushed_at: String,
pub created_at: String,
pub updated_at: String, // permissions: Permissions
Expand Down

0 comments on commit 85b086f

Please sign in to comment.