From 9229a9611140d884e0a8ae3cac233fda45b260a5 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 6 May 2026 11:06:46 +0530 Subject: [PATCH] Revert "ci: Upgrade github-script action to version 8 (#54726)" This reverts commit 0cd0b8213d17acdb4585425814a21886ce783db8. --- .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 6053b4bd002..65a3fcef7e4 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@v8 + uses: actions/github-script@v7 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