Skip to content

Update merge request's merge_commit after branch update

Mark Chao requested to merge 48889-populate-merge_commit_sha into master

What does this MR do?

When a branch gets new commits, some of those might belong to merge request which are still open. We currently close those MRs, but they will not have merge_commit set.

An analyzer is implemented, to analyze commits related to the new change, and determine each commit's merge commit, relative to the branch.

What are the relevant issue numbers?

Closes #48889 (closed)

Does this MR meet the acceptance criteria?

Edited by Mark Chao

Merge request reports