mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 02:57:20 +00:00
* EditPull: add option to change base Close #11552 Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@ -82,6 +82,7 @@ type CreatePullRequestOption struct {
|
||||
type EditPullRequestOption struct {
|
||||
Title string `json:"title"`
|
||||
Body string `json:"body"`
|
||||
Base string `json:"base"`
|
||||
Assignee string `json:"assignee"`
|
||||
Assignees []string `json:"assignees"`
|
||||
Milestone int64 `json:"milestone"`
|
||||
|
Reference in New Issue
Block a user