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

Merge pull request #565 from chrisvaughn/cv/mr_opts

add "in" & "wip" to merge request options
parents cef06a57 6064c52e
......@@ -169,6 +169,8 @@ type ListMergeRequestsOptions 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"`
In *string `url:"in,omitempty" json:"in,omitempty"`
WIP *string `url:"wip,omitempty" json:"wip,omitempty"`
}
// ListMergeRequests gets all merge requests. The state parameter can be used
......
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