From 0cd0b8213d17acdb4585425814a21886ce783db8 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Mon, 4 May 2026 21:38:56 +0530 Subject: [PATCH] ci: Upgrade github-script action to version 8 (#54726) --- .github/workflows/propogate-auto-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/propogate-auto-merge.yml b/.github/workflows/propogate-auto-merge.yml index 65a3fcef7e4..6053b4bd002 100644 --- a/.github/workflows/propogate-auto-merge.yml +++ b/.github/workflows/propogate-auto-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Detect backport and original PR (metadata) id: extract - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = context.payload.pull_request; @@ -67,4 +67,4 @@ jobs: repo: context.repo.repo, issue_number: context.payload.pull_request.number, labels: ["auto-merge"] - }); \ No newline at end of file + });