From b0c23f6930d1767a2de2f25cb3550c95c1d66b74 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 11 Dec 2023 13:46:04 -0800 Subject: [PATCH] Bump labeler to v5.0.0 and update config (#459) --- .github/labeler.yml | 20 ++++++++++++-------- .github/workflows/labeler.yml | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ccf0fdad..6bb26dbe 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,16 +11,20 @@ chore: - head-branch: ['^chore/'] tests: - - any: - - head-branch: ['^tests/', '^test/'] - - changed-files: ['tests/**/*'] - - all: - - changed-files: ['!tests/requirements.txt'] +- any: + - head-branch: ['^tests/', '^test/'] + - changed-files: + - any-glob-to-any-file: 'tests/**/*' +- all: + - changed-files: + - all-globs-to-all-files: ['!tests/requirements.txt'] documentation: - head-branch: ['^docs/', '^doc/'] - - changed-files: '**/*.md' + - changed-files: + - any-glob-to-any-file: '**/*.md' dependencies: - - head-branch: ['^deps/', '^dep/', '^dependabot/'] - - changed-files: ['go.mod', 'go.sum'] + - head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config'] + - changed-files: + - any-glob-to-any-file: ['go.mod', 'go.sum'] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 21249a07..d62990da 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write # for actions/labeler to add labels runs-on: ubuntu-22.04 steps: - - uses: actions/labeler@4f052778de9a9b80cb16cfb9079b02287285a4cb # v5.0.0-alpha.1 + - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true