get_commit_message_suggestion
Generates a commit message suggestion for a pull request merge using the PR title and commit history.
Instructions
Get a suggested commit message for merging a pull request.
Based on the PR title and included commits.
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 |