Files
majordomo/.gitea
steve e05bbe0b13
Gadfly review (reusable) / review (pull_request) Successful in 2m39s
Adversarial Review (Gadfly) / review (pull_request) Successful in 2m40s
CI / Tidy (pull_request) Successful in 9m22s
CI / Build & Test (pull_request) Successful in 9m52s
ci(gadfly): repin to @8adeeea — the old pin's image tag does not exist
The pinned reusable workflow (@c9dab69d) hardcoded
`docker://…/steve/gadfly:sha-b37cd09` into the step URI. That tag was
never pushed to the registry, so every review in this repo failed in
~1s on "failed to resolve reference … not found" — a red workflow that
reads exactly like a review which found nothing (PR #28, run 7056).

@8adeeea runs the reviewer as the job container and resolves its tag per
run — inputs.reviewer_tag then vars.GADFLY_REVIEWER_TAG then the baked
sha-b850e35 — so the hardcoded-dead-tag failure cannot recur, and
retagging the reviewer needs no commit here. Both sha-b850e35 and
sha-8adeeea are present in the registry.

Gadfly config is read from main, so this has to land on main to take
effect for any PR's review.
2026-08-21 23:28:30 -04:00
..