Rebase button not available for WIP merge requests
Summary
Rebase button not available for WIP merge requests
Steps to reproduce
- Create a project with fast-forward only policy
- Create a branch 'test-branch'
- Make changes to the 'test-branch'
- Create an MR out of 'test-branch' with name '[WIP] test-MR'
- Make changes to master
- Notice that the rebase button is not available in the MR page
Example Project
What is the current bug behavior?
Rebase button is not available
What is the expected correct behavior?
Rebase button should be available even for WIP