From 5140caf0e4837526926a27a367b0dd0471e058ad Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 12 Dec 2023 02:27:58 +0100 Subject: [PATCH] DEV: Update actions/labeler to v5 (#24835) --- .github/labeler.yml | 6 ++++-- .github/workflows/labeler.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 41e7f5430ba..3377ba54ffc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,7 @@ chat: - - plugins/chat/**/* + - changed_files: + - any-glob-to-any-file: plugins/chat/**/* migration: - - migrations/**/* + - changed_files: + - any-glob-to-any-file: migrations/**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8f27f95be9e..69540d705f2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true