update_release_approval
Approve or reject a release approval in Azure DevOps. Specify the approval ID, decision, and optional comments to control release progression.
Instructions
Approve or reject a release approval.
Args: project: Azure DevOps project name. Uses default if not specified. approval_id: The approval ID. status: "approved" or "rejected". comments: Optional comments for the approval decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| approval_id | No | ||
| status | No | ||
| comments | No |