From cd3070bb0debb3fee2cb702a44e8bc830609c6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:22:29 +0800 Subject: [PATCH] ci(deps): bump actions/github-script from 7 to 8 (#276) 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> Co-authored-by: ZeFeng Yin Co-authored-by: feihongxu0824 --- .github/workflows/community-pr-handler.yml | 4 ++-- .github/workflows/issue-auto-assign.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/community-pr-handler.yml b/.github/workflows/community-pr-handler.yml index 651317c..8d61d74 100644 --- a/.github/workflows/community-pr-handler.yml +++ b/.github/workflows/community-pr-handler.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check if community contributor id: check - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = context.payload.pull_request; @@ -55,7 +55,7 @@ jobs: - name: Assign reviewer as assignee if: steps.check.outputs.is_community == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/issue-auto-assign.yml b/.github/workflows/issue-auto-assign.yml index 2aa49d1..50262bd 100644 --- a/.github/workflows/issue-auto-assign.yml +++ b/.github/workflows/issue-auto-assign.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Parse issue and assign - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const issue = context.payload.issue;