You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to change a FORCE_PRIVATE repository to public, the user is served a 500 error, when it should be a 403 due to insufficient privilege.
A helpful error message should be given to the user - even though the API was not expecting the request, it should be able to handle the request with an appropriate status code.
NOTE: I was unable to uncheck the visibility checkbox, so edited the HTML to uncheck it.