Azure DevOps · Arazzo Workflow
Azure DevOps Review the Oldest Active Pull Request
Version 1.0.0
List active pull requests, open the oldest, and add a review comment.
Provider
Workflows
review-oldest-active-pull-request
Find the oldest active pull request and add a review comment.
Lists active pull requests, and when at least one exists, gets the first one and posts a review comment thread.
1
listActivePullRequests
pullRequests_list
List active pull requests in the repository, returning the oldest first.
2
getPullRequest
pullRequests_get
Fetch the selected pull request with its commits expanded so the reviewer has full context.
3
addReviewComment
pullRequests_addComment
Post an active comment thread asking for a review on the selected pull request.