Skip to content
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

GHRepository.enableProjects() does not update has_projects #765

Closed
bitwiseman opened this issue Mar 31, 2020 · 2 comments
Closed

GHRepository.enableProjects() does not update has_projects #765

bitwiseman opened this issue Mar 31, 2020 · 2 comments

Comments

@bitwiseman
Copy link
Member

Describe the bug
GHRepository.enableProjects() does not update has_projects. The value is sent github reports success, but the value is not changed.

@sladyn98
Copy link
Contributor

sladyn98 commented Apr 2, 2020

Looks like an upstream error

@bitwiseman
Copy link
Member Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants