RunBack v0.1.3-alpha — try it on a failed GitHub Actions run #1
huanglinfei091-cmd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
RunBack v0.1.3-alpha — try it on a failed GitHub Actions run
RunBack takes the URL of a completed, failed public GitHub Actions run, reconstructs its
historical workflow, job, matrix, runner and failed-step context, replays it locally with
act, and compares the remote and local failure evidence.The goal is to replace repeated edit → push → wait → fail cycles with a local debugging loop:
Try the alpha
Linux amd64 users can install the current release without Go or sudo:
Release and checksums:
https://github.com/huanglinfei091-cmd/runback/releases/tag/v0.1.3-alpha
The current alpha targets public GitHub.com repositories, completed failed runs, Ubuntu jobs,
and ordinary JavaScript/TypeScript, Python and Go workflows. Private repositories, services,
job containers, repository-local actions, secret-dependent jobs, Windows/macOS runners and
GitHub Enterprise are outside the validated scope.
What useful feedback looks like
Reply with a public failed run URL and the observed RunBack result:
SAME_FAILUREDIFFERENT_FAILUREINSUFFICIENT_EVIDENCEREPLAY_BLOCKEDEVIDENCE_UNAVAILABLEFor blocked cases, include
StageandCause. Installation friction and unsuccessful reproductionare useful evidence. Please do not post tokens, secrets, cookies, private source, complete
private logs or credentials.
The retained real cases cover Python mypy/pytest/Pyright, Go test, TypeScript compiler and
Vitest failures. The preregistered Vitest Case H initially remained
INSUFFICIENT_EVIDENCE; after a generic strict parser was added, the unchanged run producedremote/local/matched
4/4/4andSAME_FAILURE. These are project-owned evidence chains, notexternal-user validation or a claim of complete GitHub Actions support:
https://github.com/huanglinfei091-cmd/runback/blob/main/docs/compatibility/REAL_CASES.md
Repository: https://github.com/huanglinfei091-cmd/runback
All reactions