xetup/internal/runreport
X9 Dev 65c98ebd81
All checks were successful
release / build-and-release (push) Successful in 35s
fix(runreport): resolve "failed" label id by name instead of hardcoding 1
The label id was hardcoded (failedLabel = 1), so deleting/recreating the
label in x9/xetup-runs (new id) would make issue creation drop the label or
fail. Look the id up by name at runtime; on any lookup failure (network,
auth, decode, or label absent) file the issue unlabeled rather than not at
all. Verified end-to-end: label resolved and attached via lookup.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-28 18:11:15 +02:00
..
runreport.go fix(runreport): resolve "failed" label id by name instead of hardcoding 1 2026-07-28 18:11:15 +02:00