Expand description
GitHub issue operations for the triage command.
Provides functionality to parse issue URLs, fetch issue details, and post triage comments.
Structs§
- GitTree
Entry - A single entry in a Git tree response.
- GitTree
Response - Response from GitHub Git Trees API.
Functions§
- fetch_
issue_ with_ comments - Fetches issue details including comments from GitHub.
- fetch_
repo_ tree - Fetches the repository file tree from GitHub.
- parse_
issue_ reference - Parses a GitHub issue reference in multiple formats.
- post_
comment - Posts a triage comment to a GitHub issue.
- search_
related_ issues - Searches for related issues in a repository based on title keywords.