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
Is there some way to get the full commit information for each commit in a not-yet-merged PR? I'd like to verify authors and check signature verification. That information is supposedly returned by the REST API but doesn't appear to be in github-api.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
The
listCommits()method on the pull request class returns a list of GHPullRequestCommitDetail whereas the documentation for the rest API seems to suggest that a much more detailed commit type is returned.Is there some way to get the full commit information for each commit in a not-yet-merged PR? I'd like to verify authors and check signature verification. That information is supposedly returned by the REST API but doesn't appear to be in
github-api.Beta Was this translation helpful? Give feedback.
All reactions