Skip to content

Commit 6b43300

Browse files
gtrivedi88claude
andauthored
fix: replace blocked preview sticky comment action (#3113)
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 <noreply@anthropic.com>
1 parent 09e6dfe commit 6b43300

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/preview-sticky-comment.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: create
21-
uses: actions-cool/maintain-one-comment@v3
21+
uses: marocchino/sticky-pull-request-comment@v2
2222
with:
23-
token: ${{ secrets.GITHUB_TOKEN }}
24-
body: |
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
message: |
2525
⚡️ Deploying pull request preview...
26-
<!-- Sticky Pull Request Comment -->
27-
body-include: "<!-- Sticky Pull Request Comment -->"

0 commit comments

Comments
 (0)