Add merge_request.ready push option
The gitlab-org/gitlab#296673 proposed a push option to mark a merge request as draft. It looks like the intent was that a merge request should be possible to be set as ready via push option too, but it doesn't seem that that were implemented.
Proposal:
Either add the merge option merge_request.ready to mark the merge request as ready or make merge_request.draft=false do the same thing.
issue