Skip to content

Get blame of diff in pull request. #24867

Discussion options

You must be logged in to vote

From the PullRequest object you would use the commits connection to get the list of PullRequestCommit objects. From each of those, you can use the commit field to get the Commit object. And from the Commit object, you can get the blame information through the blame field.

I hope that helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants