azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

Merge strategy option for pull request create

Open eedrah opened this issue 4 years ago • 6 comments

az repos pr create does not have an option for merge strategy, and by default is created with:

"completionOptions": {
    ...
    "mergeStrategy": "noFastForward",
    ...
    },

This leads to an error that when --auto-complete is specified, the PR will never be completed.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

eedrah avatar May 18 '20 08:05 eedrah