summaryrefslogtreecommitdiffstats
path: root/modules/structs/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/structs/pull.go')
-rw-r--r--modules/structs/pull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/structs/pull.go b/modules/structs/pull.go
index c4ec7d416a..90b3807ddb 100644
--- a/modules/structs/pull.go
+++ b/modules/structs/pull.go
@@ -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"`