Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
UI encapsulates display state and configuration
func NewFromGroups ¶
NewFromGroups creates a new UI instance from grouped PRs
func (*UI) DisplayGroups ¶
DisplayGroups prints PRs grouped by package@version (JSON or hierarchical format)
func (*UI) DisplayList ¶
DisplayList prints PRs in a flat list format (JSON or table-like)
func (*UI) PrintAction ¶
PrintAction prints a standardized action message for a PR Examples:
- approve #123
- owner/repo approve #123
- merge #123 via dependabot
- owner/repo skipped #123: CI checks not passing
Click to show internal directories.
Click to hide internal directories.