From b0f36971fdddb890a9bff0b6e902d9ffaeaef838 Mon Sep 17 00:00:00 2001 From: RoboDexo2000 <150604236+RoboDexo2000[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:19:17 +0000 Subject: [PATCH] feat(github-action)!: Update actions/labeler action to v5.0.0 --- .github/labeler.yaml | 12 +++++------- .github/workflows/meta-labeler.yaml | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yaml b/.github/labeler.yaml index 8e176b2c..fcba43e6 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -1,10 +1,8 @@ --- # yaml-language-server: disabled area/github: - - ".github/**/*" -area/kubernetes: - - "kubernetes/**/*" -area/hack: - - "hack/**/*" -area/tofu: - - "tofu/**/*" + - changed-files: + - any-glob-to-any-file: .github/**/* +area/apps: + - changed-files: + - any-glob-to-any-file: apps/**/* diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 83064ecd..e24a6e1c 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -22,7 +22,7 @@ jobs: private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Labeler - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: configuration-path: .github/labeler.yaml repo-token: "${{ steps.generate-token.outputs.token }}"