What problem does it solve?
release-issue-relay helps you report repeatable infrastructure friction from a consumer repository to the canonical arthur-debert/release repository with enough context for maintainers to fix the root cause.
Core Features & Use Cases
- Infrastructure-only escalation: Files or comments on GitHub issues only when the consumer can’t fix the underlying problem locally, such as workflow failures, ruleset/policy misbehavior, broken infra templates, or helper-script bugs.
- Dedupe via matching recent issues: Searches recent open release issues for the same component and symptom and comments on an existing issue instead of creating duplicates, using comment count as a recurrence signal.
- Incident-context auto-collection: Captures repo identity, current branch, short commit SHA, inferred PR (if any), and the most recent relevant workflow run URL scoped to the current branch.
Quick Start
Run release-issue-relay from the consumer repo after applying a local workaround, providing the COMPONENT and SYMPTOM for the irreparable infrastructure issue, so it can search for a matching open issue and file or comment with full reproduction context.