tfs_create_pull_request
Create a pull request to merge code changes from a source branch to a target branch in a TFS Git repository.
Instructions
Create a pull request from a source branch to a target branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project | No | ||
| description | No | ||
| repositoryId | Yes | ||
| sourceBranch | Yes | Source branch name without refs/heads/ | |
| targetBranch | Yes | Target branch name without refs/heads/ |