list_commits
Retrieve a paginated list of commits from a GitHub repository by owner and repo, with optional filtering by branch or file path.
Instructions
List commits in a GitHub repository. Docs: https://docs.github.com/en/rest/commits/commits#list-commits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | SHA or branch to list commits from | |
| page | No | ||
| path | No | Only commits touching this file path | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| per_page | No |