repo_list_pull_requests_by_commits
Find pull requests containing specific commits in an Azure DevOps repository. Query by commit IDs to accurately track and manage code changes across project branches.
Instructions
Lists pull requests by commit IDs to find which pull requests contain specific commits
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commits | Yes | Array of commit IDs to query for | |
project | Yes | Project name or ID | |
queryType | No | Type of query to perform | LastMergeCommit |
repository | Yes | Repository name or ID |