good stuff, thank you!<p>I was hoping it was going to get into this wizardry, which I use a great deal: <a href="https://docs.gitlab.com/ee/user/project/push_options.html#push-options-for-gitlab-cicd" rel="nofollow">https://docs.gitlab.com/ee/user/project/push_options.html#pu...</a><p><pre><code> git push -o ci.variable=CI_TRACE_DEBUG=1 -o merge_request.create origin HEAD
</code></pre>
although I'll be straight, there is waaaaaaaay too much ruby magick going on for my tastes so I tend not to try and be a hero with the variables if it's more complicated than just "-o ci.skip" or that trace debug one. Once upon a time I did some spelunking around in their abysmal rails codebase trying to find out, what, exactly syntax I can use and that's how I came to the "don't be a hero" stance because it was super opaque <i>(yeah, yeah, I know: MRs welcome)</i>