Azure DevOps · Arazzo Workflow
Azure DevOps Complete a Pull Request
Version 1.0.0
Fetch a pull request, verify it can merge, and complete it.
Provider
Workflows
complete-pull-request
Verify a pull request can merge, then complete it.
Gets a pull request, and when its merge status is clean, completes it with the required source commit and completion options.
1
getPullRequest
pullRequests_get
Fetch the pull request to read its merge status and the head commit of the source branch needed to complete it.
2
completePullRequest
pullRequests_update
Patch the pull request to status completed, supplying the required source head commit and the requested completion options.