list_branches
List all branches of a GitHub repository with owner and repo parameters. Supports pagination for large repositories.
Instructions
List branches in a GitHub repository. Docs: https://docs.github.com/en/rest/branches/branches#list-branches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| per_page | No |