fix(ci): apply hummbl-ci runner label + canonical org checkout - #34
Merged
Conversation
PR #32 added actionlint.yaml declaring the hummbl-ci label but never updated runs-on in governed-pr-check.yml -- jobs hung 24h awaiting a wsl-labeled runner that no longer exists, then were cancelled. Also updates the tooling checkout to hummbl-dev-org/.github (canonical org after migration).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runs-onlabel:[self-hosted, Linux, X64, wsl]->[self-hosted, Linux, X64, hummbl-ci]actionlint.yamldeclaring thehummbl-cilabel but never updatedruns-oningoverned-pr-check.yml. Jobs hung 24h awaiting awsl-labeled runner that no longer exists, then were cancelled.hummbl-dev-org/.github(canonical org after migration;hummbl-dev/.githubstill exists but is legacy).Root cause
PR #32 commit
366f349only added.github/actionlint.yaml(6 lines). Theruns-on:line in the workflow was never changed despite the commit message claiming the migration. Every governed-pr-check run since 2026-08-06 has been cancelled after 24h.Test plan
yaml.safe_load)