Skip to content

Take squashed MRs into account

Tobias Poganiuch requested to merge squash-merge into master

When a MR is merged via WebUI using the 'squash commits' option the squashed commit is assigned to the 'squash_commit_sha' property of the MR object. We have to test for this property too, when looking which MR a commit belongs to in case the pipeline runs on a squashed commit. Otherwise parent MR cannot be found.

Merge request reports