Expand description
GitHub issue operations for the triage command.
Provides functionality to parse issue URLs, fetch issue details, and post triage comments.
Structs§
- Apply
Result - Result of applying labels and milestone to an issue.
- GitTree
Entry - A single entry in a Git tree response.
- GitTree
Response - Response from GitHub Git Trees API.
- Untriaged
Issue - A GitHub issue without labels (untriaged).
Functions§
- apply_
labels_ to_ number - Apply labels to an issue or PR by number.
- create_
issue - Creates a new GitHub issue.
- extract_
keywords - Extracts significant keywords from an issue title for search.
- fetch_
issue_ with_ comments - Fetches issue details including comments from GitHub.
- fetch_
issues_ needing_ triage - Fetches issues needing triage from a specific repository.
- fetch_
repo_ tree - Fetches the repository file tree from GitHub.
- filter_
labels_ by_ relevance - Filters labels using tiered selection: priority labels first, then remaining labels.
- parse_
issue_ reference - Parses a GitHub issue reference in multiple formats.
- parse_
owner_ repo - Parses an owner/repo string to extract owner and repo.
- post_
comment - Posts a triage comment to a GitHub issue.
- search_
related_ issues - Searches for related issues in a repository based on title keywords.
- update_
issue_ labels_ and_ milestone - Updates an issue with labels and milestone.