diff --git a/.github/labeler.yml b/.github/labeler.yml index 42ec14631..7749fe2e6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,20 +1,27 @@ cicd: - - .github/workflows/* + - changed-files: + - any-glob-to-any-file: .github/workflows/* dependencies: - - .nvmrc - - package.json - - package-lock.json + - changed-files: + - any-glob-to-any-file: + - .nvmrc + - package.json + - package-lock.json documentation: - - README.md + - changed-files: + - any-glob-to-any-file: README.md test: - - __tests__ + - changed-files: + - any-glob-to-any-file: __tests__ docker: - - .devcontainer/* - - .dockerignore - - Dockerfile - - Makefile - - docker-compose.yml + - changed-files: + - any-glob-to-any-file: + - .devcontainer/* + - .dockerignore + - Dockerfile + - Makefile + - docker-compose.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f22b67f4f..79bfdfd36 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,6 +17,6 @@ jobs: private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} # https://github.com/actions/labeler - - uses: actions/labeler@v4 + - uses: actions/labeler@v6 with: repo-token: "${{ steps.app.outputs.token }}"