Post an "all screenshots match" note instead of gating the comment step - #839
Merged
jonathanKingston merged 3 commits intoJul 18, 2026
Merged
Conversation
The e2e screenshot comment listed each ignored shot with pixel counts; drop the per-file list and just report the count. Also post an "All screenshots match" summary when a run has nothing to report and a prior comment exists (flipping a resolved thread), instead of leaving a stale changes list — while still no-oping on unrelated PRs that never had a comment. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XbTDNRr7WgSWZAaLEYeSbm
jonathanKingston
force-pushed
the
claude/screenshot-matching-response-uwqw3d
branch
from
July 14, 2026 11:14
2be3536 to
ce36f9a
Compare
Contributor
Merge conflict needs a human
|
# Conflicts: # .github/workflows/ci.yml
jonathanKingston
marked this pull request as ready for review
July 18, 2026 14:55
Contributor
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_82f1db3a-6701-4d72-a185-8191023b01ad) |
jonathanKingston
enabled auto-merge (squash)
July 18, 2026 14:56
Contributor
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_728b7aba-9cc4-40da-a589-b75f17eb5115) |
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.


Recovered from the previously-unmerged branch
claude/screenshot-matching-response-uwqw3d(no PR had been opened), rebased onto currentmain.What
Reworks the "Comment on PR with updated screenshots" step so it always runs: posts an "All screenshots match" note when nothing re-rendered (flipping a stale comment), no-ops when there's nothing to report and no prior comment, and tidies the "ignored as render noise" wording.
Notes
screenshots-merge-issue): both edit the sameci.yml"Comment on PR" step, so whichever merges second will need a small re-resolve.if:gate on that step (the branch's intended change, required for the all-match note to fire) while keeping main's newer@v9and flapping/contested sections. YAML validates.🤖 Generated with Claude Code
Generated by Claude Code
Note
Low Risk
Workflow-only UX for PR comments; no application code or merge-gate logic changes beyond when the comment posts.
Overview
The commit-screenshots job’s PR comment step now runs whenever the head branch still exists, instead of only when there were commits, ignored noise, flapping/contested holds, or merge conflicts.
When a run has nothing to report, the script either updates an existing bot comment to say all screenshots match (clearing stale “held/refreshed” text) or does nothing if there was never a comment—so clean PRs don’t get a new thread every CI pass. The ignored as render noise section is shortened to a count and instructions, without listing each file.
Reviewed by Cursor Bugbot for commit 48bbb7f. Bugbot is set up for automated code reviews on this repo. Configure here.