Commit 6064c52e authored by Chris Vaughn's avatar Chris Vaughn

make WIP caps following best practices

parent 800389fd
...@@ -170,7 +170,7 @@ type ListMergeRequestsOptions struct { ...@@ -170,7 +170,7 @@ type ListMergeRequestsOptions struct {
TargetBranch *string `url:"target_branch,omitempty" json:"target_branch,omitempty"` TargetBranch *string `url:"target_branch,omitempty" json:"target_branch,omitempty"`
Search *string `url:"search,omitempty" json:"search,omitempty"` Search *string `url:"search,omitempty" json:"search,omitempty"`
In *string `url:"in,omitempty" json:"in,omitempty"` In *string `url:"in,omitempty" json:"in,omitempty"`
Wip *string `url:"wip,omitempty" json:"wip,omitempty"` WIP *string `url:"wip,omitempty" json:"wip,omitempty"`
} }
// ListMergeRequests gets all merge requests. The state parameter can be used // 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