list_branches
List all branches in a GitHub repository by specifying the owner and repo name. Set an optional limit to control the number of branches returned.
Instructions
List branches in a repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| limit | No | Max branches to return | |
| owner | Yes | Repository owner (user or org) |