Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Right now there are no built-in features to fetch all reviews together with review comments from gh. You can do this gh pr view --json reviews to get JSON data about all reviews on a PR, but that only fetches the main review body plus its state and author, but not the line comments itself.

You can use gh api to manually make the API request to fetch all review comments, but to do that you will have to study GitHub's API documentation a bit and then, after fetching all information about line comments, you will have to decide how to present them. (That last part is not trivial and it's the large reason why we haven't built this ourselves.)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Benkovichnikita
Comment options

Answer selected by mislav
Comment options

You must be logged in to vote
2 replies
@ShaggO
Comment options

@manu29d
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants