Skip to content

Commit 74c1e4f

Browse files
authored
Merge pull request #1182 from jlpospisil/allow-mr-search-by-wip
Added MR wip filter param
2 parents 35f9cb8 + d6078f8 commit 74c1e4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab/v4/objects/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@ class GroupMergeRequestManager(ListMixin, RESTManager):
12221222
"source_branch",
12231223
"target_branch",
12241224
"search",
1225+
"wip",
12251226
)
12261227
_types = {"labels": types.ListAttribute}
12271228

@@ -1744,6 +1745,7 @@ class MergeRequestManager(ListMixin, RESTManager):
17441745
"source_branch",
17451746
"target_branch",
17461747
"search",
1748+
"wip",
17471749
)
17481750
_types = {"labels": types.ListAttribute}
17491751

@@ -3414,6 +3416,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
34143416
"source_branch",
34153417
"target_branch",
34163418
"search",
3419+
"wip",
34173420
)
34183421
_types = {"labels": types.ListAttribute}
34193422

0 commit comments

Comments
 (0)