cancel
abort
Create explicit endpoint - abort.
AddToMergeTrainWhenPipelineSucceeds and MergeTrain
Currently, merge options is updated on #execute method, however, we should have #update interface to make it explicit.
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec