Get Changes Between Refs
get_changes_between_refsRetrieve commits between two git refs enriched with pull request metadata, author details, and linked issues to generate release notes, changelogs, and summaries.
Instructions
Get all commits between two git refs enriched with associated PR metadata, author information, and linked issues. Uses the GitHub compare API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base ref (tag, branch, or commit SHA), the older point | |
| head | Yes | Head ref (tag, branch, or commit SHA), the newer point | |
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner (user or organization) |