summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/v4/objects/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/__init__.py b/gitlab/v4/objects/__init__.py
index 0f9a655..fcdd567 100644
--- a/gitlab/v4/objects/__init__.py
+++ b/gitlab/v4/objects/__init__.py
@@ -3404,6 +3404,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
"source_branch",
"target_branch",
"search",
+ "wip",
)
_types = {"labels": types.ListAttribute}