mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修改: 合并请求评论必选参数以及审查列表去掉分页
This commit is contained in:
@@ -1029,6 +1029,7 @@ await octokit.request('GET /api/v1/yystopf/ceshi_commit/pulls/3/reviews.json')
|
||||
|owner |是| |string |用户登录名 |
|
||||
|repo |是| |string |项目标识identifier |
|
||||
|index |是| | int |合并请求序号|
|
||||
|status |否| |string |审查类型, common: 评论类型, approved: 已通过, rejected: 已拒绝|
|
||||
|
||||
### 返回字段说明:
|
||||
参数 | 类型 | 字段说明
|
||||
@@ -1373,7 +1374,7 @@ await octokit.request('POST /api/v1/yystopf/ceshi/pulls/1/journals.json')
|
||||
|index |是| | integer|合并请求序号|
|
||||
|type |是| | string |评论类型 comment: 普通, problem: 需要回应的评论|
|
||||
|note |否| | string |评论内容|
|
||||
|review_id |是| | string |审查ID|
|
||||
|review_id |否| | string |审查ID|
|
||||
|line_code |否| | string |行号|
|
||||
|commit_id |否| | bool |commitID|
|
||||
|path |否| | integer|文件路径|
|
||||
|
||||
Reference in New Issue
Block a user