-
Notifications
You must be signed in to change notification settings - Fork 38
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
(#578) Bump Octokit to 10.0.0 to fix oversized ints #579
Conversation
@gep13 sorry to bother you. It would be great to get a review and a release on this one. |
I added a fix to my fork and sent in a PR to @DavidBoike DavidBoike#1 |
Verified that this version gets us unblocked. We are currently using a preview build of this branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@DavidBoike thank you very much for raising this PR, it is much appreciated. Thanks to @danielmarbach and @arturcic for taking this for a spin, and verifying that this fixes the upstream issue in Octokit. |
@DavidBoike thanks again for getting this fixed up! |
Description
Bumped Octokit to 10.0.0 to solve #578
Related Issue
#578
Motivation and Context
#578 prevents issue data from being fetched from GitHub due to issue/PR Id values that were previously
int
now beinglong
.How Has This Been Tested?
Not sure testing this is really possible or appropriate. GitReleaseManager doesn't need the issue Id but the deserialization of the Issue data fails without the fix.
I did grab the CI-created NuGet package to test within our own environment to make sure it fixes the bug for us. That is not yet complete.
Screenshots (if appropriate):
Checklist: