From d9e623e8caf696f6f4a2a0f641c92d62fd8fa0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:51:33 +0000 Subject: [PATCH] Bump actions/labeler from 4 to 5 (#393) * Bump actions/labeler from 4 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update .github/workflows/label.yml * Update labeler config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Gresch Co-authored-by: Dominik Gresch --- .github/labeler.yml | 11 ++++++----- .github/workflows/label.yml | 3 +-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f5d904279..0d978041e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,9 @@ documentation: -- doc/source/**/* +- changed-files: + - any-glob-to-any-file: ["doc/source/**/*"] maintenance: -- .github/**/* -- .flake8 -- pyproject.toml +- changed-files: + - any-glob-to-any-file: [".github/**/*", ".flake8", "pyproject.toml"] dependencies: -- requirements/* +- changed-files: + - any-glob-to-any-file: ["poetry.lock"] diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 1191f3ff1..0a4b44cd4 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -32,10 +32,9 @@ jobs: # Label based on modified files - name: Label based on changed files - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - sync-labels: '' # Label based on branch name - uses: actions-ecosystem/action-add-labels@v1