diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actionlint.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 00000000..04e9cefe --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,12 @@ +# actionlint configuration for vyos/vyos-documentation +# +# Declares the custom labels used by the org-managed self-hosted runner +# pool so actionlint stops emitting "label 'web' is unknown" false +# positives on `runs-on: [self-hosted, web]` lines. +# +# The `web` label is the org-level VyOS Networks self-hosted Debian 12 +# runner pool used by .github/workflows/ai-validation.yml (both the +# `prepare` and `validate` jobs). +self-hosted-runner: + labels: + - web |
