We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35f9cb8 + d6078f8 commit 74c1e4fCopy full SHA for 74c1e4f
gitlab/v4/objects/__init__.py
@@ -1222,6 +1222,7 @@ class GroupMergeRequestManager(ListMixin, RESTManager):
1222
"source_branch",
1223
"target_branch",
1224
"search",
1225
+ "wip",
1226
)
1227
_types = {"labels": types.ListAttribute}
1228
@@ -1744,6 +1745,7 @@ class MergeRequestManager(ListMixin, RESTManager):
1744
1745
1746
1747
1748
1749
1750
1751
@@ -3414,6 +3416,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
3414
3416
3415
3417
3418
3419
3420
3421
3422
0 commit comments