mergePullRequest
Merge a Bitbucket pull request by specifying workspace, repo, pull request ID, merge strategy, and optionally close the source branch.
Instructions
Merge a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| pull_request_id | Yes | Pull request ID | |
| message | No | Merge commit message | |
| merge_strategy | No | Merge strategy | |
| close_source_branch | No | Whether to close the source branch after merge |