I have feature branch validation pipeline actions which needs access to merge target branch. Hence merge target branch must be up to date on the agent before executing those actions. How can I configure the pipeline to secure that? There is documentation on how to checkout branches from other repositories but I don’t find anything for this particular case.