* EditPull: add option to change base Close #11552 Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
20951c5c21
commit
78f0b5b92b
4 changed files with 52 additions and 3 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue