From 21d6aaa1e0192501cdba02d11031f1cffd7a1fb7 Mon Sep 17 00:00:00 2001 From: Reuben Bowlby Date: Thu, 6 Aug 2026 10:50:00 -0400 Subject: [PATCH] ci: migrate workflows to shared hummbl-ci runner label Replaces repo-specific runner labels with shared [self-hosted, Linux/Windows, X64, hummbl-ci] label. Any runner in the pool (Delta, Anvil, Slate) can now pick up this repo's CI jobs. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/actionlint.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 0000000..4c9fd8e --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,6 @@ +# actionlint configuration +# Declares custom self-hosted runner labels used in .github/workflows/*.yml +# so actionlint validates workflows using them without flagging unknown labels. +self-hosted-runner: + labels: + - hummbl-ci