Expand description
GitHub integration module.
Provides authentication and API client functionality for GitHub.
Modules§
- auth
- GitHub OAuth device flow authentication.
- graphql
- GraphQL queries for GitHub API.
- issues
- GitHub issue operations for the triage command.
- pulls
- Pull request fetching via Octocrab.
- ratelimit
- GitHub API rate limit checking.
- releases
- Release-related GitHub operations.
Enums§
- Reference
Kind - Discriminator for GitHub reference type (issue or pull request).
Constants§
- OAUTH_
CLIENT_ ID - OAuth Client ID for Aptu CLI (safe to embed per RFC 8252).
Functions§
- parse_
github_ reference - Parses a GitHub reference (issue or PR) in multiple formats.
- parse_
owner_ repo - Parses an owner/repo string to extract owner and repo.