Skip to content

Commit a06e640

Browse files
authored
merge request can have state locked
merge request can have state locked If the merge request is been merged the state is set to locked
1 parent 04e0d24 commit a06e640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gl_objects/merge_requests.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ List MRs for a project::
7878

7979
You can filter and sort the returned list with the following parameters:
8080

81-
* ``state``: state of the MR. It can be one of ``all``, ``merged``, ``opened``
82-
or ``closed``
81+
* ``state``: state of the MR. It can be one of ``all``, ``merged``, ``opened``,
82+
``closed`` or ``locked``
8383
* ``order_by``: sort by ``created_at`` or ``updated_at``
8484
* ``sort``: sort order (``asc`` or ``desc``)
8585

0 commit comments

Comments
 (0)