Skip to content

Identify auto_deploy commit limit using product version

What does this MR do and why?

When we use Pick into auto-deploy our MinimumCommit implementation does not work as the picked commit isn't on the default branch, in this merge request we replace MinimumCommit with ProductVersion.last_auto_deploy and find the limit commit using the merge base between that and the default branch.

Author Check-list

  • Has documentation been updated?
Edited by Alessio Caiazza

Merge request reports