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