From 396a5dacca02b0c668a9a0fea5c4af03333079d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:55:35 +0000 Subject: [PATCH] Bump actions/labeler from 5.0.0.pre.alpha.1 to 5 (#296) * Bump actions/labeler from 5.0.0.pre.alpha.1 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0.pre.alpha.1 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5.0.0-alpha.1...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update config * sync labels --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini --- .github/labeler.yml | 9 ++++++--- .github/workflows/labeler.yml | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9355f129..7accc194 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,12 +12,15 @@ chore: tests: - head-branch: ['^tests/', '^test/'] - - changed-files: ['__tests__/**/*'] + - changed-files: + - any-glob-to-any-file: ['__tests__/**/*'] documentation: - head-branch: ['^docs/', '^doc/'] - - changed-files: '**/*.md' + - changed-files: + - any-glob-to-any-file: '**/*.md' dependencies: - head-branch: ['^deps/', '^dep/', '^dependabot/'] - - changed-files: ['package.json', 'package-lock.json'] + - changed-files: + - any-glob-to-any-file: ['package.json', 'package-lock.json'] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ee8e053b..6b56cbc9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5.0.0-alpha.1 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: true