Skip to content

Commit 08d6347

Browse files
gtrivedi88claude
andauthored
fix: replace blocked action in publish-netlify workflow (#3115)
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 <noreply@anthropic.com>
1 parent 6b43300 commit 08d6347

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/publish-netlify.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ jobs:
4747
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
4848

4949
- name: Update status comment
50-
uses: actions-cool/maintain-one-comment@v3
50+
uses: marocchino/sticky-pull-request-comment@v2
5151
with:
52-
token: ${{ secrets.GITHUB_TOKEN }}
53-
body: |
54-
🎊 Navigate the preview: ${{ steps.netlify-publish.outputs.NETLIFY_URL }} 🎊
55-
<!-- Sticky Pull Request Comment -->
56-
body-include: "<!-- Sticky Pull Request Comment -->"
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5753
number: ${{ steps.vars.outputs.pr_number }}
54+
message: |
55+
🎊 Navigate the preview: ${{ steps.netlify-publish.outputs.NETLIFY_URL }} 🎊

0 commit comments

Comments
 (0)