feat: post e2e recording GIFs inline on PR comments#342
Merged
Conversation
Pushes GIFs to an orphan `e2e-recordings` branch so they render inline via raw.githubusercontent.com URLs. The workflow posts (or updates) a PR comment with embedded images for each test recording, eliminating the need to download the artifact zip. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Description
When the
needs-recordinglabel triggers e2e recordings, reviewers currently have to download an artifact zip and view GIFs locally. This change makes the GIFs render inline directly in the PR.The workflow now pushes GIFs to an orphan
e2e-recordingsbranch, then posts a PR comment withlinks that GitHub renders inline. On re-runs, the existing comment is updated rather than creating duplicates.PR Type
Checklist
AI Usage
AI Model/Tool used: Claude Opus 4.6 via Claude Code
Any Additional AI Details you'd like to share: Workflow script authored by Claude Code.
NOTE:
When responding to reviewer questions, please respond yourself rather than copy/pasting reviewer comments into an AI and pasting back its answer. We want to discuss with you, not your AI :)