github_migrations_get_commit_authors
Get commit authors for a GitHub migration by providing the owner and repository. Optionally filter results by a minimum user ID.
Instructions
Get commit authors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| since | No | A user ID. Only return users with an ID greater than this ID. |