From 5c4643b7dff26aeedf525f6172d05d226d2812de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:31:54 +0100 Subject: [PATCH] deps: update actions/labeler action to v5 (#2644) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger --- .github/labeler.yml | 34 ++++++++++++++++++++--------- .github/workflows/update-labels.yml | 2 +- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ed1f43560c..a8dabdd9b7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,23 +1,37 @@ documentation: - - docs/**/* - - "**/*.md" + - changed-files: + - any-glob-to-any-file: + - docs/**/* + - "**/*.md" lifecycle-operator: - - lifecycle-operator/**/* + - changed-files: + - any-glob-to-any-file: + - lifecycle-operator/**/* scheduler: - - scheduler/**/* + - changed-files: + - any-glob-to-any-file: + - scheduler/**/* metrics-operator: - - metrics-operator/**/* + - changed-files: + - any-glob-to-any-file: + - metrics-operator/**/* cert-manager: - - keptn-cert-manager/**/* + - changed-files: + - any-glob-to-any-file: + - keptn-cert-manager/**/* ops: - - .github/**/* - - netlify.toml - - .markdownlint-cli2.yml + - changed-files: + - any-glob-to-any-file: + - .github/**/* + - netlify.toml + - .markdownlint-cli2.yml helm: - - helm/**/* + - changed-files: + - any-glob-to-any-file: + - helm/**/* diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index c1567890e2..11a6e9ca2d 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Update Labels - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: sync-labels: true