chore(ci): noop workflow to clear stale red badge #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/noop-ci-clear-stale-red-badge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
After PR #5 moved all 5 upptime workflows out of
.github/workflows/, no CI fires on push to main. The dashboard's CI badge is sticky on the LAST CI run — which was the broken upptime cron from before the disable — so the repo displays a permanent red X.Fix
Add a tiny noop workflow
.github/workflows/ci.ymlthat prints why the repo is idle and exits 0. Fires on:Why not archive the repo instead
Archiving makes the repo read-only — we'd lose the ability to land RFC #97 work that uses this repo's name. Noop CI is reversible (delete the file once the replacement uptime monitor lands).
🤖 Generated with Claude Code
LGTM. 36-line noop CI clears the stale red badge sticky from before the upptime disable. Once internal#97 picks a replacement, delete this file.