From 0e93b7e8427fe8848ed8accc26ad94cc0f7d79a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:59:37 +0100 Subject: [PATCH] chore(deps): bump actions/labeler from 4.3.0 to 5.0.0 (#10130) * chore(deps): bump actions/labeler from 4.3.0 to 5.0.0 * chore(labeler): migrate config to actions/labeler v5 Co-authored-by: Claas Augner --- .github/labeler.yml | 94 +++++++++++++++++++++++++---------- .github/workflows/labeler.yml | 2 +- 2 files changed, 70 insertions(+), 26 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ce5e3e626fe2..63d7248e59f0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,45 +1,89 @@ blog: - - "**/blog/**/*" + - changed-files: + - any-glob-to-any-file: "**/blog/**/*" + browser-compat: - - "**/browser-compatability-table/**/*" + - changed-files: + - any-glob-to-any-file: "**/browser-compatability-table/**/*" + macros: - - "kumascript/**/*" + - changed-files: + - any-glob-to-any-file: "kumascript/**/*" + cloud-function: - - "cloud-function/**/*" + - changed-files: + - any-glob-to-any-file: "cloud-function/**/*" + copy: - - "copy/**/*" + - changed-files: + - any-glob-to-any-file: "copy/**/*" + dependencies: - - "**/poetry.lock" - - "**/yarn.lock" + - changed-files: + - any-glob-to-any-file: + - "**/poetry.lock" + - "**/yarn.lock" + deployer: - - "deployer/**/*" + - changed-files: + - any-glob-to-any-file: "deployer/**/*" + filecheck: - - "filecheck/**/*" + - changed-files: + - any-glob-to-any-file: "filecheck/**/*" + flaw-system: - - "build/flaws/**/*" + - changed-files: + - any-glob-to-any-file: "build/flaws/**/*" + github-actions: - - ".github/workflows/**/*" + - changed-files: + - any-glob-to-any-file: ".github/workflows/**/*" + markdown: - - "markdown/**/*" + - changed-files: + - any-glob-to-any-file: "markdown/**/*" + metrics: - - "**/telemetry/**/*" + - changed-files: + - any-glob-to-any-file: "**/telemetry/**/*" + placement: - - "**/placement/**/*" - - "**/pong/**/*" + - changed-files: + - any-glob-to-any-file: + - "**/placement/**/*" + - "**/pong/**/*" + plus: - - "**/plus/**/*" - - "**/plus-docs/**/*" + - changed-files: + - any-glob-to-any-file: + - "**/plus/**/*" + - "**/plus-docs/**/*" + plus:ai-help: - - "**/ai-help/**/*" + - changed-files: + - any-glob-to-any-file: "**/ai-help/**/*" + plus:offline: - - "client/pwa/src/**/*" - - "client/src/offline-settings/**/*" + - changed-files: + - any-glob-to-any-file: + - "client/pwa/src/**/*" + - "client/src/offline-settings/**/*" + plus:playground: - - "**/playground/**/*" + - changed-files: + - any-glob-to-any-file: "**/playground/**/*" + plus:updates: - - "client/src/plus/updates/**/*" + - changed-files: + - any-glob-to-any-file: "client/src/plus/updates/**/*" + python: - - "**/*.py" + - changed-files: + - any-glob-to-any-file: "**/*.py" + redirects: - - "cloud-function/src/middlewares/redirect-*" - - "libs/fundamental-redirects/**/*" + - changed-files: + - any-glob-to-any-file: + - "cloud-function/src/middlewares/redirect-*" + - "libs/fundamental-redirects/**/*" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 01da728f92c5..7eeafad27b64 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,6 +6,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4.3.0 + - uses: actions/labeler@v5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"