Skip to content

Disallow reopening of locked merge request

What does this MR do?

It prevents reopening of locked merge requests. This MR is basically a clone of !21299 (merged) for merge requests.

Note: I did not add specific tests as !21299 (merged) did, because app/policies/merge_request_policy is generally not tested at the moment (as opposed to issues_policy). I can add this if necessary.

What are the relevant issue numbers?

#56864 (closed)

Does this MR meet the acceptance criteria?

Merge request reports