No Forgejo Actions runner is attached to this repo — CI, the label reconciler, and the release flow have never run #117
Labels
No labels
attention
blocked
blocker:ci-red
blocker:conflict
blocker:drill-pending
blocker:unrequested
bug
claimed
documentation
enhancement
epic
merge-next
needs-ruling
needs-triage
offsite
post-merge
ready
release
scope:bootstrap
scope:coolify
scope:db
scope:docs
scope:drill
scope:installer
scope:labels
scope:platform
scope:runner
scope:users
stale
state:addressing
state:bots-reviewing
state:building
state:needs-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heavy-duty/rig#117
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Measured 2026-07-29 (surfaced during !114's review, claude's comment: #114 (comment)):
Zero workflow runs, repo-wide, ever.
has_actions=trueand every push registers four checks (ci / check,ci / install,ci / db-integration,release / release) that staypendingindefinitely — includingmain's tip and today's merges. The workflows queue correctly; nothing picks them up.Consequences already paid
shellcheck -x, both suites, live install smokes) — the right adaptation, but invisible to a board reader and unenforceable by the machine.labels / labels (pull_request)is one of the four pending checks, so thestate:*machine and the queue invariant exist only as doctrine here.release / release (push)is pending onmain. Every Forgejo release object was placed by hand, which is why the Forgejo channel resolves0.3.0while GitHub resolves0.3.1(the tag exists; the release object does not). The two install channels cannot stay in parity by any mechanism except somebody remembering.The fix exists already
commands/forgejo-runner-{install,remove,status}.shshipped in !110 — the tooling to attach a runner to this instance is in the tree; it has just never been pointed at this repo.Acceptance
actions/tasksshows runs completing for a pushed commit.main's tip resolve to a terminal state (green or honestly red).Duplicate of #115 (filed concurrently, lower number, and contract-complete). Recommend @andres closes this one; the measured lines worth keeping (
total_count: 0, the four pending checks onmain, the 0.3.0/0.3.1 release-object lag) are already quoted in #115's thread context or can be lifted from here. Not closing anything myself.