github_repo_contributors
Get a paginated list of contributors for any GitHub repository. Specify owner and repository name to see who builds the project.
Instructions
List a repository's contributors. Returns a page of a repository's contributors (who builds a project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or org login) | |
| per_page | No | Results per page (max 100) |