From 916881b302ce6745290ba5589669750d5deb8a57 Mon Sep 17 00:00:00 2001 From: Gaurav Trivedi Date: Thu, 28 May 2026 21:40:47 +0530 Subject: [PATCH] fix: replace blocked preview sticky comment action The `actions-cool/maintain-one-comment@v3` repository was blocked by GitHub for a Terms of Service violation on 2026-05-19, causing all "Preview sticky comment" workflow runs to fail. Replace with `marocchino/sticky-pull-request-comment@v2`, which provides the same sticky comment functionality. Fixes: CRW-11078 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/preview-sticky-comment.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/preview-sticky-comment.yml b/.github/workflows/preview-sticky-comment.yml index abd4b0b413..31892dc309 100644 --- a/.github/workflows/preview-sticky-comment.yml +++ b/.github/workflows/preview-sticky-comment.yml @@ -18,10 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - name: create - uses: actions-cool/maintain-one-comment@v3 + uses: marocchino/sticky-pull-request-comment@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} - body: | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + message: | ⚡️ Deploying pull request preview... - - body-include: ""