Skip to main content

Module issue_handler

Module issue_handler 

Source
Expand description

issue:// protocol handler — resolves GitHub issue references to markdown.

URL formats:

  • N — issue N in the current repo (detected from git remote)
  • owner/repo/N — explicit repo

Uses the GitHub REST API with optional GITHUB_TOKEN/GH_TOKEN auth.

Structs§

IssueProtocolHandler
Protocol handler for issue:// URLs.