Creating merge request

Issue using git push options

git push -o merge_request.create -o merge_request.target=release

current output

expected output, used 10 hours ago in CI
image

so my pipelines are basically down right now as new versions are not getting automated merge requests to release branch

https://docs.gitlab.com/ee/user/project/push_options.html

anybody can try creating merge request from terminal?

I also can’t create a merge request from CLI.

git --version 
git version 2.29.2
git push -v --push-option='merge_request.create' --push-option='merge_request.target=marketing' --push-option='merge_request.title="Test"'
Pushing to gitlab.com:my-private/repo/frontend.git
To gitlab.com:my-private/repo/frontend.git
 = [up to date]      ne-branck -> ne-branck
updating local tracking ref 'refs/remotes/origin/ne-branck'
Everything up-to-date

No MR is created.