From f4fb6d5e93fa7ffe93248d8de6b53a6ec315c4c7 Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Fri, 26 Dec 2025 10:59:22 -0600 Subject: [PATCH] Update .github/workflows/community-label.yml Co-authored-by: Madhavan --- .github/workflows/community-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community-label.yml b/.github/workflows/community-label.yml index 3740e983..3cf4a0fc 100644 --- a/.github/workflows/community-label.yml +++ b/.github/workflows/community-label.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add community label if: github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'COLLABORATOR' - uses: actions/github-script@v7 + uses: actions/github-script@v8.0 with: script: | const pullRequestNumber = context.payload.pull_request.number;