merge_pull_request
Merge an open Bitbucket pull request. Set merge strategy, include a message, and optionally close the source branch after merging.
Instructions
Merge an open pull request. When merge_strategy is omitted, the repository's configured default for the PR's destination branch is used (falling back to merge_commit if none is set).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_id | Yes | Pull request ID | |
| message | No | Optional message | |
| repo_slug | Yes | Repository slug | |
| merge_strategy | No | ||
| close_source_branch | No |