From b170469c4d28a7d75d56f2405369f65fe4824f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:28:25 +0100 Subject: [PATCH] enh(ci): add consistent labels (#4845) --- .github/dependabot.yml | 3 ++- .github/workflows/actionlint.yml | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff9fb1d34..3db635e65 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,5 @@ updates: interval: weekly open-pull-requests-limit: 10 labels: - - 'pr: dependencies' + - 'dependencies' + - 'gha' diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 61c74f5ff..021d34926 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -61,6 +61,13 @@ jobs: spaces: 2 indent-sequences: true check-multi-line-strings: false + comments: + ignore-shebangs: true + min-spaces-from-content: 1 + comments-indentation: disable + new-lines: + type: unix + new-line-at-end-of-file: enable EOF - name: Lint YAML files