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.
This commit is contained in:
kolaente 2026-05-27 11:05:09 +02:00 committed by kolaente
parent 5f00fca166
commit f39cf00290
1 changed files with 6 additions and 0 deletions

6
.github/actionlint.yaml vendored Normal file
View File

@ -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