Skip to main content

Crate gonzalo_ticket_github

Crate gonzalo_ticket_github 

Source
Expand description

GitHub issue connector for gonzalo’s ticket layer.

Implements [gonzalo_ticket::TicketSource] over the GitHub REST API, mapping issues to the canonical [gonzalo_domain::Ticket] (ADR 0010). The mapping ([mapping]) is pure and fixture-tested; GitHubSource is the thin HTTP layer. Read-only in phase 1.

Structs§

GitHubProjectSource
Reads issues on an org’s Projects v2 board, with their Status column mapped to a normalized state category via [StateMapping].
GitHubSource
Imports issues from a single GitHub repository.