From df8d92cf11c3f41700c1898f9ffa1a0bea2bda92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:18:42 -0600 Subject: [PATCH] Bump actions/github-script from 7 to 8 (#4011) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/label-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-pr.yaml b/.github/workflows/label-pr.yaml index 0c96acd4..72152ab8 100644 --- a/.github/workflows/label-pr.yaml +++ b/.github/workflows/label-pr.yaml @@ -13,7 +13,7 @@ jobs: contents: read # Often needed for github-script steps: - name: Check PR body for Type of Change - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const prBody = context.payload.pull_request.body || '';