Add missing skip_ci param
What does this MR do and why?
When rolling out the rebase_without_ci_ui
feature flag, the rebase without CI
button didn't work as intended as the backend skipped the skip_ci
push option
Screenshots or screen recordings
N/A
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Enable the
rebase_without_ci_ui
feature flag via the rails console - Go to a merge request that can be rebased, ensure that the project you're working has the
Merge commit with semi-linear history
orfast forward
merge option set. - Click on the
Rebase without CI
button
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.