github-tools / github-tools/github
List reviews on a Pull Request
未关闭
- 主要语言
- JavaScript
- 星标
- 3.8k
- 派生
- 809
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- api
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100