Resolve "Deprecate the merge_when_pipeline_suceeds push option for auto_merge"
What does this MR do and why?
We have now removed the merge_when_pipeline_succeeds strategy, and now refer to them as auto merge.
We need to update the push option to reflect this.
To test:
- Create an MR
- push to the branch with option
-o merge_request.auto_merge - Refresh the MR and see the auto merge is set
Redo with the old option -o merge_request.merge_when_pipeline_succeeds
Edited by Amy Qualls