Skip to content

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

#350262 (closed)

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.

  1. Enable the rebase_without_ci_ui feature flag via the rails console
  2. Go to a merge request that can be rebased, ensure that the project you're working has the Merge commit with semi-linear history or fast forward merge option set.
  3. 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.

Merge request reports