compare_deployments
Compare two GitHub deployments or commit SHAs to identify all commits, authors, and changed files between them.
Instructions
Compare two deployments or commit SHAs via GitHub to see all commits, authors, and exact files changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repo name (falls back to GITHUB_REPO) | |
| owner | No | GitHub owner/org (falls back to GITHUB_OWNER) | |
| base_sha | Yes | Previous/base commit SHA or tag | |
| head_sha | Yes | Target/head commit SHA or tag |