From f39cf00290c844112511462aac5870327e26ca5a Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 27 May 2026 11:05:09 +0200 Subject: [PATCH] ci: register custom actionlint runner labels Declare namespace-profile-default and blacksmith-8vcpu-ubuntu-2204 as known self-hosted runners so actionlint stops flagging them as unknown. --- .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 000000000..fb012bfb4 --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,6 @@ +self-hosted-runner: + # Custom labels from third-party runner providers used in our workflows. + # Listed here so actionlint doesn't flag them as unknown. + labels: + - namespace-profile-default + - blacksmith-8vcpu-ubuntu-2204