azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

Add support for configuring a PR's autoCompleteIgnoreConfigIds

Open EvanCahill opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. There is currently no way to configure a PR's completionOptions.autoCompleteIgnoreConfigIds at creation or afterwards. This causes issues when creating an auto completing PR against a branch with the linked work item policy configured as optional, since the policy defaults to blocking the autocomplete.

Describe the solution you'd like Please add a new parameter, --auto-complete-ignore-ids, to both az repos pr create and az repos pr update. This seems to be the existing pattern as all the other GitPullRequestCompletionOptions, with the exception of mergeStrategy, are included at the top level.

Additional context See also this request to add the mergeStrategy completion option: Azure/azure-cli-extensions#1721

EvanCahill avatar Feb 14 '22 20:02 EvanCahill