azu / azu/get-github-pr-review-comments
Loop through the pages to get all the comments
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the script's GitHub pull-request comment-fetching entry point and inspect how it requests comments and handles pagination. Verify the behavior with a pull request containing more than one page of comments; done means the script retrieves all comments rather than only the first 30.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, javascript
- Domain
- api, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100