代码拉取完成,页面将自动刷新
同步操作将从 openEuler/go-gitee 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*
* 码云 Open API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 5.3.2
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package gitee
// update pull request information
type PullRequestUpdateParam struct {
// 用户授权码
AccessToken string `json:"access_token,omitempty"`
// 可选。Pull Request 标题
Title string `json:"title,omitempty"`
// 可选。Pull Request 内容
Body string `json:"body,omitempty"`
// 可选。Pull Request 状态
State string `json:"state,omitempty"`
// 可选。里程碑序号(id)
MilestoneNumber int32 `json:"milestone_number,omitempty"`
// 用逗号分开的标签,名称要求长度在 2-20 之间且非特殊字符。如: bug,performance
Labels string `json:"labels,omitempty"`
// 最少审查人数
// change the int32 to *int32 manually, in order to pass 0
AssigneesNumber *int32 `json:"assignees_number,omitempty"`
// 最少测试人员
// change the int32 to *int32 manually, in order to pass 0
TestersNumber *int32 `json:"testers_number,omitempty"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。