Unverified Commit d527cb61 authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #567 from chrisvaughn/cv/more_mr_opts

add WIP to ListProjectMergeRequestOptions as well
parents bedf4052 32f542a5
......@@ -271,6 +271,7 @@ type ListProjectMergeRequestsOptions struct {
SourceBranch *string `url:"source_branch,omitempty" json:"source_branch,omitempty"`
TargetBranch *string `url:"target_branch,omitempty" json:"target_branch,omitempty"`
Search *string `url:"search,omitempty" json:"search,omitempty"`
WIP *string `url:"wip,omitempty" json:"wip,omitempty"`
}
// ListProjectMergeRequests gets all merge requests for this project.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment