create_pull_request
Automate GitHub pull request creation with proper authentication. Specify title, description, branches, and working directory. Supports dry run for preview.
Instructions
Create a GitHub pull request with proper authentication handling
Input Schema
Name | Required | Description | Default |
---|---|---|---|
baseBranch | No | Base branch (target) | main |
body | Yes | Pull request description | |
dryRun | No | Preview without executing | |
headBranch | No | Head branch (source, defaults to current branch) | |
title | Yes | Pull request title | |
workingDir | No | Working directory path |