create-pull-request
Automate pull request creation on GitHub Enterprise by specifying repository details, branch names, and descriptions. Streamline code collaboration and version control workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base | Yes | Base branch (e.g., 'main') | |
body | No | Pull request description | |
draft | No | Create as draft PR | |
head | Yes | Head branch (e.g., 'username:feature' or just 'feature' for same repo) | |
owner | Yes | Repository owner (user or organization) | |
repo | Yes | Repository name | |
title | Yes | Pull request title |