You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ops: Actions stopped registering PR-triggered runs 2026-08-06 ~11:38 UTC — scheduled jobs hang into their timeouts, no required context can report #1899
Scheduled runs are hanging into their timeout-minutes instead of executing: automerge-nudge31117785417 (15:53 UTC) and 31124388802 (17:52 UTC), and release-reconcile31124722611 (17:59 UTC) each ran ~15m and ended failure with the single job cancelled and no failed step — the signature of a job that never really got a healthy runner, not of a code failure. The same workflows succeeded in seconds earlier the same day (13:22, 15:26 UTC).
Impact
Every open PR is unverifiable: the required contexts (fmt + clippy + test, cargo deny + cargo audit, harbor_adapter + analyzer pytest) cannot report, so nothing can merge without an admin bypass.
gh run list --repo macanderson/stella --limit 5 shows fresh pull_request runs again (push any branch or re-run a PR head to test).
gh pr checks 1897 shows the is this diff prose-only? / fmt + clippy + test / cargo deny + cargo audit contexts.
Scheduled automerge-nudge / release-reconcile complete in seconds again.
Likely cause / constraints
An org-level Actions availability problem (runner starvation or a billing hold — the latter has happened to this org before; see RELEASING.md's local-release path, which AGENTS.md names as the fallback when Actions is unavailable entirely). Needs an org admin to check Settings → Billing and the Actions status; nothing in-repo can fix it. If it self-resolves, close this with the timestamp it recovered so the gap in run history is explained.
Problem
GitHub Actions has stopped picking up PR-triggered workflow runs for this repository. Observed 2026-08-06 ~18:20 UTC:
ci.ymlrun of any kind is31098058151(pull_request, 11:38 UTC). No PR-triggered run has registered since, on any workflow.gh run list --branch fix/1892-required-contexts-always-reportreturns nothing.timeout-minutesinstead of executing:automerge-nudge31117785417(15:53 UTC) and31124388802(17:52 UTC), andrelease-reconcile31124722611(17:59 UTC) each ran ~15m and endedfailurewith the single jobcancelledand no failed step — the signature of a job that never really got a healthy runner, not of a code failure. The same workflows succeeded in seconds earlier the same day (13:22, 15:26 UTC).Impact
fmt + clippy + test,cargo deny + cargo audit,harbor_adapter + analyzer pytest) cannot report, so nothing can merge without an admin bypass.How to verify / what "done" looks like
gh run list --repo macanderson/stella --limit 5shows freshpull_requestruns again (push any branch or re-run a PR head to test).gh pr checks 1897shows theis this diff prose-only?/fmt + clippy + test/cargo deny + cargo auditcontexts.automerge-nudge/release-reconcilecomplete in seconds again.Likely cause / constraints
An org-level Actions availability problem (runner starvation or a billing hold — the latter has happened to this org before; see RELEASING.md's local-release path, which AGENTS.md names as the fallback when Actions is unavailable entirely). Needs an org admin to check Settings → Billing and the Actions status; nothing in-repo can fix it. If it self-resolves, close this with the timestamp it recovered so the gap in run history is explained.
Refs #1897 #1892 #1645