Skip to content

Mark as WIP based on MR commits only

Jarka Kadlecova requested to merge jarka/gitlab-ce:27886_rebasing_fix into master

What does this MR do?

Fixes the behaviour when an MR is automatically marked as WIP based on "fixup!" commit message. Now also non-mr commits (typically commits after a rebase) are taken in consideration.

After this fix only commits of an MR are considered as a base for WIP mark check.

Why was this MR needed?

reported bug

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #27886 (closed)

Merge request reports