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.Net version for github-event-processor #7740

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

JimSuplizio
Copy link
Member

GitHub broke existing versions of Octokit.Net because GitHub is now creating Issues with long IDs (not to be confused with Issue Number) and Octokit.Net's Issue class had this as an int32 which caused deserialization of the payload to fail.

To be clear: We don't use the Issue's Id when doing updates, everything updating an Issue for a repository uses the Number. Aside from updating the version of Octokit.Net, no other changes were necessary.

@JimSuplizio JimSuplizio added the GitHub Event Processor Anything related to the GitHub Event Processor label Feb 23, 2024
@JimSuplizio JimSuplizio self-assigned this Feb 23, 2024
@JimSuplizio JimSuplizio requested a review from benbp as a code owner February 23, 2024 18:30
@JimSuplizio JimSuplizio merged commit e223caa into Azure:main Feb 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub Event Processor Anything related to the GitHub Event Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants