Commit 19cb04b
fix: replace ToS-blocked maintain-one-comment with marocchino sticky comment (#75)
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>1 parent 7c8a0cb commit 19cb04b
3 files changed
Lines changed: 14 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 74 | + | |
| 75 | + | |
79 | 76 | | |
| 77 | + | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
32 | | - | |
0 commit comments