-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for visibility parameter when creating / editing repository #1470
Comments
Thank you for the report, @patrickmarabeas. For your highlighted note, the GitHub docs say:
so it won't be necessary to take any extra action when I'm thinking that the cleanest solution at this point is to add a new
field to the Then additionally, this same field would need to be added to the Sure, it would be great to have you pick up this issue. Thanks again! |
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.
The text was updated successfully, but these errors were encountered: