mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Repository.edit
This commit is contained in:
@@ -67,6 +67,7 @@ Repository = GithubObject(
|
||||
ExtendedListAttribute( "collaborators", NamedUser ),
|
||||
ExtendedListAttribute( "contributors", NamedUser ),
|
||||
ExtendedListAttribute( "watchers", NamedUser ),
|
||||
Editable( [ "name" ], [ "description", "homepage", "public", "has_issues", "has_wiki", "has_downloads" ] ),
|
||||
)
|
||||
Repository._addAttributePolicy( ExtendedScalarAttribute( "parent", Repository ) )
|
||||
Repository._addAttributePolicy( ExtendedScalarAttribute( "source", Repository ) )
|
||||
|
||||
Reference in New Issue
Block a user