Built by Metorial, the integration platform for agentic AI.
Provider Summary
manage Git repositories
create and review pull requests
manage branches and refs
configure branch policies
browse commit history
retrieve file contents
search code across repos
create repository forks
manage PR comments and votes
receive repo webhook events
Manage Git repositories, branches, and pull requests in Azure DevOps. Create, list, update, and delete repositories and forks. Create and manage branches, configure branch policies (minimum reviewers, build validation, merge strategies). Create, review, comment on, and complete pull requests with support for draft PRs, auto-completion, and merge strategies. Browse commit history, view pushes, and retrieve file contents at specific versions. Search code across repositories by text, path, and file extension. Receive webhooks for code pushes, pull request lifecycle events, repository creation/deletion/renaming, and TFVC check-ins.
Adds a comment to a pull request. Supports general comments, inline code comments on specific files/lines, replying to existing threads, and updating thread status (active, fixed, closed, etc.).
Creates a new pull request in a repository. Supports draft PRs, auto-complete with configurable merge strategies, and initial reviewer assignment.
Retrieves the content of a file from a repository at a specific version (branch, tag, or commit). Can also list files/folders at a given path.
Gets detailed information about a specific pull request, including reviewers, vote status, completion options, labels, and comment threads.
Lists branches (Git refs) in a repository. Optionally filter to a specific prefix. Can also include branch statistics like ahead/behind counts relative to a base branch.
Lists commits in a repository with filtering by branch, author, date range, and file path. Returns commit metadata including author, message, and change counts.
Lists pull requests in a repository with filtering by status, creator, reviewer, and branches. Returns PR metadata including title, status, reviewers, and merge info.
Lists all Git repositories in the configured Azure DevOps project. Returns repository metadata including name, default branch, size, fork status, and URLs.
Creates a new branch in a repository from a specified source commit SHA. The source commit is typically the HEAD of an existing branch.
Creates a new Git repository in the Azure DevOps project. Optionally creates a fork of an existing repository by specifying a parent repository.
Searches for code across repositories in the project. Supports filtering by repository, branch, file path, and file extension. Returns matching file paths with match locations.
Updates a pull request's properties. Can change title, description, status (complete/abandon/reactivate), draft state, target branch, and auto-complete settings. Also supports adding/removing reviewers and voting.
This integration is licensed under the AGPL-3.0 License.
Built with ❤️ by Metorial