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

Add a label parameter when creating pull requests

Open Apollo-Roboto opened this issue 2 years ago • 0 comments

Describe the solution you'd like A parameter to add labels to a pull request when creating it with the az repos pr create command.

Example:

az repos pr create \
  --title "A cool pr" \
  --description "With a cool description" \
  --label "documentation"

Additional context The python module azure-devops is already able to create pull request with labels: Reference 1, Reference 2

Apollo-Roboto avatar Jun 08 '23 13:06 Apollo-Roboto