Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
384 stars 1.25k forks source link

Merge strategy option for pull request create #1721

Open eedrah opened 4 years ago

eedrah commented 4 years ago

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.

yonzhan commented 4 years ago

devops

ghost commented 4 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @narula0781, @ashishonce, @romil07.

georg-eckert-zeiss commented 1 year ago

The same is true for az repos pr update. There too is no option to define the merge strategy on auto-complete.

NipunaPrashan commented 1 year ago

Any update on this?

Resteklicken commented 1 year ago

I would also appreciate an update on this, since it is blocking us.

blacksun0504 commented 1 month ago

Hello, are there any updates?