create_pr
Create a pull request in Azure DevOps by specifying the project, repository, title, and source branch. Optionally set the target branch and description.
Instructions
Create a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| title | Yes | PR title | |
| source | Yes | Source branch | |
| target | No | Target branch | main |
| project | Yes | Azure DevOps project name | |
| description | No | PR description (optional) |