diff options
author | Chantal Rollison <crollison@gitlab.com> | 2018-06-26 12:30:29 -0700 |
---|---|---|
committer | Chantal Rollison <crollison@gitlab.com> | 2018-06-28 07:12:00 -0700 |
commit | c2b622b2a40bdf01f3f71a8adf9aff31d535149f (patch) | |
tree | 2201c82f393361c18a7b1894143988124b3f4089 /changelogs | |
parent | f63e234b57e07e2020f9698f48c9515905d4b6a3 (diff) | |
download | gitlab-ce-c2b622b2a40bdf01f3f71a8adf9aff31d535149f.tar.gz |
Add locked state to merge request API
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/cr-add-locked-state-to-MR.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/cr-add-locked-state-to-MR.yml b/changelogs/unreleased/cr-add-locked-state-to-MR.yml new file mode 100644 index 00000000000..f290ddc0b87 --- /dev/null +++ b/changelogs/unreleased/cr-add-locked-state-to-MR.yml @@ -0,0 +1,5 @@ +--- +title: Adds the `locked` state to the merge request API so that it can be used as a search filter. +merge_request: 20186 +author: +type: fixed |