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

fix(github): Update Octokit to fix integer overflow while getting issue or PR web url #539

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

ap0llo
Copy link
Owner

@ap0llo ap0llo commented Dec 19, 2024

GitHub's ids for PRs and issues now exceed int.MaxValue which caused an overflow exception in Octokit (which is sued to access the GitHub API).

GitHub's ids for PRs and issues now exceed int.MaxValue which caused an overflow exception in Octokit (which is sued to access the GitHub API)
@ap0llo ap0llo added this to the v1.3 milestone Dec 19, 2024
@ap0llo ap0llo merged commit c9827a3 into master Dec 19, 2024
3 checks passed
@ap0llo ap0llo deleted the fix/fix-error-for-out-of-range-error-in-github-ids branch December 19, 2024 21:30
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.

1 participant