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

Upgrade Octokit to v10.0.0 #357

Merged

Conversation

AgneLukoseviciute
Copy link
Contributor

@AgneLukoseviciute AgneLukoseviciute commented Feb 26, 2024

Summary of the pull request

We're seeing lots of exceptions in the data manager due to an issue in Octokit.

"the core issue is that Octokit uses int for Id, where the maximum is 2,147,483,647, and the GitHub issue ID has just surpassed that number, causing deserialization to fail." this PR should have fixed it: Change "IssueId" to long by Leh2 · Pull Request #2890 · octokit/octokit.net · GitHub and it's included in the v10.0.0 release.

Validation steps performed

PR checklist

@dkbennett dkbennett self-requested a review February 26, 2024 22:55
Copy link

@adrastogi adrastogi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@EricJohnson327 EricJohnson327 merged commit d17b8e4 into microsoft:main Feb 26, 2024
4 checks passed
EricJohnson327 pushed a commit that referenced this pull request Feb 26, 2024
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.

Widgets are not reporting data
4 participants