Skip to content

Only display merge commit SHA when it exists

Mark Chao requested to merge 48889-message-for-were-merged-into into master

What does this MR do?

There are several cases where a merged request can have no merge_commit_sha.

  • When importer is used
  • When fast-forward merge is used
  • When branch is implicitly merged as another branch with same SHA has been merged.

In those cases it, fix the 'merged with` wording if merge commit is not present.

What are the relevant issue numbers?

#48889 (closed)

Does this MR meet the acceptance criteria?

Closes #48889 (closed)

Edited by Mark Chao

Merge request reports