You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shiftkey This should do it. I was just wondering if we should have different commit objects as the returned payloads are different. If not the work is done 😄
I would consider throwing a more meaningful error when the JSON deserialization is failing. I was getting a meaningless NullRef, it should probably be wrapped in a try catch and rethrow with the name of the property and the value.
It's not part of
/repos/{user}/{repo}/git/commits
but can be seen on each commit in a PR.We should use it.
Example payload from /git/commits/:
Example payload from
/pulls/{id}/commits
:The text was updated successfully, but these errors were encountered: