get_pull_request_merge_status
Check whether a pull request meets merge preconditions to determine if it can be merged. Avoid merge conflicts by verifying mergeability before proceeding.
Instructions
Check if a pull request can be merged (merge preconditions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The Bitbucket project key | |
| pullRequestId | Yes | The pull request ID | |
| repositorySlug | Yes | The repository slug |