github_action
Search repositories, manage issues and pull requests, get user profiles and gists, and search code via the GitHub API.
Instructions
Interact with the GitHub REST API: search repos, get repo details, list and create issues, list PRs, get user profiles, list gists, and search code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body text (for create_issue). | |
| page | No | Page number. | |
| repo | No | Repository name. | |
| owner | No | Repository owner login. | |
| query | No | Search query string (for search_repos and search_code). | |
| state | No | Filter by state: open, closed, all. | |
| title | No | Issue title (for create_issue). | |
| action | Yes | Action: search_repos, get_repo, list_issues, create_issue, list_prs, get_user, list_gists, search_code. | |
| labels | No | Comma-separated label names to filter by. | |
| per_page | No | Results per page (max 100). | |
| username | No | GitHub username (for get_user and list_gists). | |
| access_token | No | GitHub personal access token (PAT). Public data works without a token. |