merge_pull_request
Merge a GitHub pull request by specifying the owner, repository, and pull number. Supports merge methods: merge, squash, or rebase, with customizable commit titles and messages.
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 |