Get pull request commits
get_pull_request_commitsRetrieve all commits included in a pull request to review code changes and trace history.
Instructions
List commits included in a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| repositoryId | Yes | Repository name or ID. | |
| pullRequestId | Yes | Pull request numeric ID. | |
| continuationToken | No |