Skip to content

Draft: Resolve "When using the /merge quick command, we return 'Merged this MR message' when in fact we only try to merge"

What does this MR do and why?

At the moment we returning the message 'Merged this MR' even though we might not be able to. We should check the mergeable state, and return 'Merging this merge request.' if it is, otherwise return 'This merge request is not mergeable.'

Related to #354259 (closed)

Edited by Marc Shaw

Merge request reports