mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Repository.permissions
This commit is contained in:
@@ -34,7 +34,7 @@ Repository = GithubObject(
|
||||
"pushed_at", "created_at", "organization",
|
||||
"has_issues", "has_wiki", "has_downloads",
|
||||
# Not documented
|
||||
"mirror_url", "updated_at", "id",
|
||||
"mirror_url", "updated_at", "id", "permissions",
|
||||
),
|
||||
InternalObjectAttribute( "owner", NamedUser ),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user