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
@sladyn98
Turns out "true" is not the same as true. We were sending "true" and for other fields it would autoconvert to true, but has_projects was expecting true or false with no conversion.
Describe the bug
GHRepository.enableProjects()
does not updatehas_projects
. The value is sent github reports success, but the value is not changed.The text was updated successfully, but these errors were encountered: