mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
@@ -30,6 +30,8 @@ await octokit.request('GET /api/v1/yystopf/ceshi_commit/pulls/1.json')
|
||||
--------- | ----------- | -----------
|
||||
|-|-|-|
|
||||
|id |int|合并请求ID|
|
||||
|title |string|合并请求标题|
|
||||
|body| |string|合并请求内容|
|
||||
|head |int|合并请求源分支|
|
||||
|base |int|合并请求目标分支|
|
||||
|index |int|合并请求序号|
|
||||
@@ -505,6 +507,8 @@ await octokit.request('GET /api/v1/yystopf/ceshi_commit/pulls.json')
|
||||
|-|-|-|
|
||||
|total_count |int|合并请求总数|
|
||||
|id |int|合并请求ID|
|
||||
|title |string|合并请求标题|
|
||||
|body |string|合并请求内容|
|
||||
|head |int|合并请求源分支|
|
||||
|base |int|合并请求目标分支|
|
||||
|index |int|合并请求序号|
|
||||
@@ -939,6 +943,8 @@ await octokit.request('POST /api/v1/yystopf/ceshi/pulls/1/reviews.json')
|
||||
--------- | ----------- | -----------
|
||||
|reviewer |object |审查者 |
|
||||
|pull_request.id |integer|合并请求ID|
|
||||
|pull_request.title |string|合并请求标题|
|
||||
|pull_request.body |string|合并请求内容|
|
||||
|pull_request.head |string|合并请求源分支|
|
||||
|pull_request.base |string|合并请求目标分支|
|
||||
|pull_request.is_original |string|合并请求是否从fork仓库所来|
|
||||
|
||||
Reference in New Issue
Block a user