can_merge_pull_request
Assess if a pull request can be merged, checking conflicts and vetoes to determine merge readiness.
Instructions
Check whether a pull request can be merged.
Returns merge readiness including canMerge status, conflicted state, and any vetoes.
Args: project_key: The project key. repo_slug: The repository slug. pr_id: The pull request ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| pr_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |