Add support for the visibility parameter when creating or editing a repository.
Currently this has only been implemented at:
a) an organisational permission level
b) filtering when listing repositories
API: https://developer.github.com/v3/repos/#parameters-4
UI: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-new-repository
NOTE: This parameter should overwrite the private parameter when both are used.
Happy to pick this issue up if I haven't missed anything obvious.
Add support for the visibility parameter when creating or editing a repository.
Currently this has only been implemented at:
a) an organisational permission level
b) filtering when listing repositories
API: https://developer.github.com/v3/repos/#parameters-4
UI: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-new-repository
NOTE: This parameter should overwrite the
privateparameter when both are used.Happy to pick this issue up if I haven't missed anything obvious.