get-github-pr-review-comments
get-github-pr-review-comments copied to clipboard
Loop through the pages to get all the comments
If I am right, the script does not override the "per_page" argument and does not loop through all the comments so we actually only get the first 30 comments of a pull request.
It would be great that the script does loop over all the comments.