demo: show live preview comment (DO NOT MERGE)#76
Closed
plafond wants to merge 2 commits into
Closed
Conversation
…comment actions-cool/maintain-one-comment was blocked by GitHub for a Terms of Service violation on 2026-05-19. The Actions runner can no longer download it, so every workflow resolving it fails at prep with "Repository access blocked". This broke the ephemeral instance preview flow (the only path using the action) while ci.yml kept passing. Swap all three usages (prepare, finish, ephemeral/shutdown) to the maintained marocchino/sticky-pull-request-comment (SHA-pinned, v3.0.4). The shared `header: localstack-preview` preserves the single-sticky-comment behaviour across the create/update/shutdown lifecycle; marocchino manages its own hidden marker, so the literal HTML marker line is dropped. The "Preview for this PR" text asserted by the ephemeral test is preserved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…merge) Throwaway branch to visually confirm the marocchino sticky comment renders the "Preview for this PR" state. Instance auto-expires via lifetime: 5. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
🚀 Preview for this PR: https://ls-jtagnffq5rbt2.sandbox.localstack.cloud |
Author
|
Demo complete — live preview comment confirmed at the link above. Closing throwaway; real fix is #75. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Throwaway demo off the #75 fix branch. The
ephemeral.ymlshutdown step is removed so the marocchino sticky comment stays on the 🚀 Preview for this PR state instead of being overwritten by the shutdown message.The ephemeral instance auto-expires via
lifetime: 5, so nothing is left running. Do not merge — delete after viewing.🤖 Generated with Claude Code