Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

Added `--labels` parameter to `az repos pr create` #1358

Closed Apollo-Roboto closed 11 months ago

Apollo-Roboto commented 1 year ago

Related issue: #1357


This implementation of the --labels parameter works with space separated labels. example:

az repos pr create `
  --labels "documentation automated"
florentvaldelievre commented 8 months ago

Thanks for this PR. When can we expect an az cli release to include this feature?

v-anvashist commented 8 months ago

Hi @florentvaldelievre We are working on one az cli release pipeline issue.

Once the issue will fix, will publish the release.

florentvaldelievre commented 8 months ago

Thanks @v-anvashist . Do we have a rough timeline? We are wondering if we wait for a release or if we implement it using the Rest API

v-anvashist commented 8 months ago

Hi @florentvaldelievre PM was OOF last week. We are checking the issue and I will confirm the timeline by tomorrow EOD.

florentvaldelievre commented 7 months ago

hi @v-anvashist Any updates please?

v-anvashist commented 7 months ago

Hi @florentvaldelievre By end of this week we are trying to publish the CLI release.

florentvaldelievre commented 7 months ago

@v-anvashist Im sorry to ask, but can I have an update please?

v-anvashist commented 7 months ago

Hi @florentvaldelievre No Problem !

PM is facing some access issues on github so we are not able to proceed further on this.

florentvaldelievre commented 7 months ago

Thank you for for the update There hasn't been a CLI release for almost a year. It would be good to have a timeline for this please. Surely access issues should not take long to fix?

v-anvashist commented 7 months ago

Hi @florentvaldelievre Sorry for the delay here as we faced multiple issues in pipelines which trigger at the time of CLI release.

We have fixed now.

Can you please share some test plan here to check this flow?

florentvaldelievre commented 7 months ago

Thank you. What do you mean by 'test plan'?

v-anvashist commented 7 months ago

For the reference I am sharing one PR here you can see some test file https://github.com/Azure/azure-devops-cli-extension/pull/1370/files#diff-01f7f33d0da0689e1f6c56cfec35bc91f4366265a256da16067b5396c3d64573

v-anvashist commented 6 months ago

Hi @florentvaldelievre Do we have any updates on test file?

florentvaldelievre commented 6 months ago

@v-anvashist I am sorry, but I dont have the bandwidth to create tests. The tests should be created by the developers who developed the feature unless I misunderstood what you are after.