From e22bede7dadaac1f921ee6c61cc69f61791be4a6 Mon Sep 17 00:00:00 2001 From: Gaurav Trivedi Date: Fri, 29 May 2026 16:20:26 +0530 Subject: [PATCH] fix: replace blocked action in publish-netlify workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `actions-cool/maintain-one-comment@v3` repository was blocked by GitHub for a TOS violation on 2026-05-19. This is the same issue fixed in #3113 for preview-sticky-comment.yml — the publish-netlify workflow also uses this action for the "Update status comment" step. Replace with `marocchino/sticky-pull-request-comment@v2`. Related: CRW-11078 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/publish-netlify.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-netlify.yml b/.github/workflows/publish-netlify.yml index 04c0caee7d..3ae3747ab4 100644 --- a/.github/workflows/publish-netlify.yml +++ b/.github/workflows/publish-netlify.yml @@ -47,11 +47,9 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - name: Update status comment - uses: actions-cool/maintain-one-comment@v3 + uses: marocchino/sticky-pull-request-comment@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} - body: | - 🎊 Navigate the preview: ${{ steps.netlify-publish.outputs.NETLIFY_URL }} 🎊 - - body-include: "" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.vars.outputs.pr_number }} + message: | + 🎊 Navigate the preview: ${{ steps.netlify-publish.outputs.NETLIFY_URL }} 🎊