Module issues

Module issues 

Source
Expand description

GitHub issue operations for the triage command.

Provides functionality to parse issue URLs, fetch issue details, and post triage comments.

Structs§

GitTreeEntry
A single entry in a Git tree response.
GitTreeResponse
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.