From 2b66f15ecebd30b975715d87b58e078aa540af8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:04:33 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/auto-label-enable-keep-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label-enable-keep-helm.yml b/.github/workflows/auto-label-enable-keep-helm.yml index 4e9da34d9e9..66c7d2a5d17 100644 --- a/.github/workflows/auto-label-enable-keep-helm.yml +++ b/.github/workflows/auto-label-enable-keep-helm.yml @@ -18,7 +18,7 @@ jobs: if: github.actor != 'renovate[bot]' # Add this condition to skip if the author is Renovate steps: - name: Add a specific label to all new PRs - uses: actions/github-script@v6 # Use github-script for direct API interaction + uses: actions/github-script@v8 # Use github-script for direct API interaction with: script: | const labelToAdd = 'enable_keep_helm';