list_repo_projects
Retrieve classic projects from a GitHub repository to view their status and manage project organization.
Instructions
List projects in a repository (classic projects).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| state | No | Project state (open, closed, all) | open |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |