From 197c0579d93e355973a0fab33c86ac4c883c8b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:10:36 +0100 Subject: [PATCH] Bump actions/labeler from 4 to 5 (#144) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dipin <26918585+dipinknair@users.noreply.github.com> --- .github/labeler.yml | 12 ++++++------ .github/workflows/label.yml | 3 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index dbd640e4..73856547 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,9 @@ documentation: -- doc/source/**/* +- changed-files: + - any-glob-to-any-file: ['doc/**/*', 'examples/**/*'] maintenance: -- .github/**/* -- .flake8 -- pyproject.toml -- .codespellrc +- changed-files: + - any-glob-to-any-file: ['.github/**/*', '.flake8', '.codespellrc', 'pyproject.toml'] dependencies: -- requirements/* +- changed-files: + - any-glob-to-any-file: ['requirements/*'] \ No newline at end of file diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5644fe6f..59835c41 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