createPullRequest
Initiate a pull request in Azure DevOps by specifying repository ID, source and target branches, title, and optional details like description and reviewers.
Instructions
Create a new pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the pull request | |
repositoryId | Yes | ID of the repository | |
reviewers | No | List of reviewers | |
sourceRefName | Yes | Source branch | |
targetRefName | Yes | Target branch | |
title | Yes | Title of the pull request |