From 2c94fb001fe0d51af746ce17ddda7664a5edbc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:51:41 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-label.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 6706bd4..a18ddf4 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Auto-label based on PR content - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const prTitle = context.payload.pull_request.title.toLowerCase(); @@ -85,7 +85,7 @@ jobs: } - name: Add size label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | // Get PR diff stats