From 6871f5210780e5493781c5d5c7a4ef55687a059c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:48:27 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#9040) --- .github/workflows/core-feature-alert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-feature-alert.yml b/.github/workflows/core-feature-alert.yml index f7e9c2d62d..6de989ea33 100644 --- a/.github/workflows/core-feature-alert.yml +++ b/.github/workflows/core-feature-alert.yml @@ -19,7 +19,7 @@ jobs: run: echo "PR_CREATOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV - name: Post a notification about core feature changes if not already commented - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const prCreator = process.env.PR_CREATOR; @@ -45,7 +45,7 @@ jobs: console.log('Comment already exists, skipping.'); } - name: Add reviewers to the PR if they are not the creator - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const prCreator = process.env.PR_CREATOR;