github-tools / github-tools/github
List reviews on a Pull Request
Open
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 809
- PR merge metrics
- No merged PRs in 30d
Description
https://developer.github.com/v3/pulls/reviews/
GET /repos/:owner/:repo/pulls/:number/reviews
My suggestion is to add a listPullRequestReviews method to the Repository class, just like there already is for listPullRequestFiles.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Repository class and its existing listPullRequestFiles method, then compare the requested GitHub API endpoint for pull request reviews. Done means adding a listPullRequestReviews method that exposes GET /repos/:owner/:repo/pulls/:number/reviews with the class's existing conventions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100