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

Update Octokit 10.0.0 -> 13.0.0 #2987

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

Mankarse
Copy link
Contributor

@Mankarse Mankarse commented Jul 1, 2024

Old Octokit versions used int rather than long for Comment.Id; which causes overflow error when parsing responses from the GitHub Comments API. See octokit/octokit.net#2928

The impact of this is that ChobbyLauncher crashes when reporting a crash, and never brings the user to the GitHub page with the error report.

Old Octokit versions used int rather than long for Comment.Id;
which causes overflow error when parsing responses from the GitHub Comments API.
See octokit/octokit.net#2928
@Licho1 Licho1 enabled auto-merge July 1, 2024 12:36
@Licho1 Licho1 merged commit 6d19c32 into ZeroK-RTS:master Jul 1, 2024
1 check passed
@Mankarse Mankarse deleted the octokit_13 branch July 1, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants