From 31835fbbe39cd0ffade1ab81fac14a532b529633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:19:07 +0900 Subject: [PATCH] chore(deps): update actions/labeler action to v6 (#1153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: peaceiris <30958501+peaceiris@users.noreply.github.com> Co-authored-by: Codex --- .github/labeler.yml | 29 ++++++++++++++++++----------- .github/workflows/labeler.yml | 2 +- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 42ec146..7749fe2 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 9a92004..5b97a8a 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 }}"