Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent overflow exceptions when status id > int.Max
I have a (private) repository where GitHub reports statuses with ids like 4299360515, which fail to deserialize as it doesn't fit on the int. There is nothing (I could find) on the GitHub API docs that say that this status id is limited to an int-sized value. Fixes octokit#1702
- Loading branch information