From c729470e7f98d5739e1b6634c2b720767ddc0b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:16:45 +0100 Subject: [PATCH] chore(deps): update actions/labeler action to v5 (#55) * chore(deps): update actions/labeler action to v5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dmitriy Belyaev --- .github/labeler.yml | 19 +++++++++++++++---- .github/workflows/pr-labeler.yml | 3 +-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f2169db..de0c58c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,19 @@ action: - - any: ["action.yml", "Dockerfile", "entrypoint.sh"] +- any: + - changed-files: + - any-glob-to-any-file: ['action.yml', 'Dockerfile', 'entrypoint.sh'] + tests: - - testdata/** +- any: + - changed-files: + - any-glob-to-any-file: testdata/** + automation: - - .github/** +- any: + - changed-files: + - any-glob-to-any-file: .github/** + docs: - - "**/*.md" +- any: + - changed-files: + - any-glob-to-any-file: '**/*.md' diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index d19b282..4d88f14 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -33,7 +33,6 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: sync-labels: true - dot: true