create-pull-request
Creates a pull request from a source branch to a target branch with a title and description in an Azure DevOps repository.
Instructions
Create a pull request from one branch to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the pull request | |
| description | Yes | Description of the pull request | |
| repositoryId | Yes | ID of the repository | |
| sourceBranch | Yes | Source branch name | |
| targetBranch | Yes | Target branch name |