add_pr_label
Assign a label to an Azure DevOps pull request using its URL or ID. Provide the label name and optional working directory for context.
Instructions
Add a label/tag to a PR.
Args: pr_url_or_id: A full PR URL or numeric PR ID. name: Label name. working_directory: Optional path for context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url_or_id | Yes | ||
| name | Yes | ||
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |