Azure DevOps · Arazzo Workflow
Azure DevOps Project Repository Inventory
Version 1.0.0
List a project's repositories, pick the first, and inventory its branches and pull requests.
Provider
Workflows
project-repository-inventory
List repositories in a project, then inventory the first one.
Lists repositories, and when at least one exists, gets the first repository and lists its active pull requests.
1
listRepositories
repositories_list
List the Git repositories in the project (scoped by the organization and project server variables).
2
getFirstRepository
repositories_get
Fetch the first repository to read its default branch and project details.
3
listActivePullRequests
pullRequests_list
List the active pull requests in the selected repository to complete the inventory.