From 4aaa0444c9f502285e1e34eb898db7d13de22be2 Mon Sep 17 00:00:00 2001 From: fettpl <38704082+fettpl@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:39:14 +0100 Subject: [PATCH] ci: whitelist lxc-ci self-hosted runner label for actionlint Add actionlint.yaml config to declare lxc-ci as a known custom label for self-hosted runners, fixing the actionlint CI check. Co-Authored-By: Claude Opus 4.6 --- .github/actionlint.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 0000000..9701cb5 --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,3 @@ +self-hosted-runner: + labels: + - lxc-ci