merge-pull-request
Merge a GitHub pull request using specified merge method (merge, squash, or rebase) with customizable commit messages for repository integration.
Instructions
Merge a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_message | No | Extra detail to append to automatic commit message | |
| commit_title | No | Title for the automatic commit message | |
| merge_method | No | Merge method to use | |
| owner | Yes | Repository owner (username or organization) | |
| pull_number | Yes | Pull request number | |
| repo | Yes | Repository name |