Tool to merge a Bitbucket Cloud pull request via the REST API. Use when you need to complete a PR merge after approval and checks pass. Supports custom merge messages, merge strategies, and source branch deletion.
messagestringCustom merge commit message. If not provided, Bitbucket generates a default message.
repo_slugRequiredstringRepository slug (URL-friendly name).
workspaceRequiredstringWorkspace ID or slug (URL-friendly name).
merge_strategystringMerge strategy to use. Common values include 'merge_commit', 'squash', 'fast_forward'. If not specified, uses the repository's default merge strategy.
pull_request_idRequiredintegerThe ID of the pull request to merge.
close_source_branchbooleanWhether to close the source branch after merging. If not specified, uses the repository's default setting.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.