Skip to content

Commit 98cfcfe

Browse files
blaggacao6543
blaggacao
authored and
6543
committed
Update EditPullRequestOption Add Base (#353)
Follow go-gitea/gitea#11666 Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/353 Reviewed-by: 6543 <[email protected]> Reviewed-by: John Olheiser <[email protected]>
1 parent e7c56d8 commit 98cfcfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitea/pull.go

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func (c *Client) CreatePullRequest(owner, repo string, opt CreatePullRequestOpti
139139
type EditPullRequestOption struct {
140140
Title string `json:"title"`
141141
Body string `json:"body"`
142+
Base string `json:"base"`
142143
Assignee string `json:"assignee"`
143144
Assignees []string `json:"assignees"`
144145
Milestone int64 `json:"milestone"`

0 commit comments

Comments
 (0)