Conversation
Contributor
|
Contributor
Visual regression reportCypress suite: ✅ Passing Visual diff:
Accessibility (axe): ✅ No violations. 📊 View full report — click a screenshot's ⚠ badge to see each violation boxed on the image, with the offending element named and contrast failures shown as color swatches. Diff images (4)badge-canvas.png — 1573 pixels differcalendar-canvas.png — 478 pixels differtooltip-dark.png — 881 pixels differtooltip-light.png — 956 pixels differBaselines come from the |
matyasf
added a commit
that referenced
this pull request
Sep 16, 2026
The daily cleanup in gh-pages-cleanup.yml (PR #2719) owns removal of closed-PR folders, so the close-event cleanup job and the retrying push script are not needed. What remains fixes a different bug: the repo-wide `gh-pages` concurrency group cancelled other PRs' queued visual-regression runs, so those PRs got no report for that commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
matyasf
force-pushed
the
gh_pages_cron_cleanup
branch
2 times, most recently
from
September 16, 2026 13:15
6595e70 to
99b2a33
Compare
The new scheduled workflow shallow-clones gh-pages once a day, asks the API for the state of every pr-N folder under pr-preview/ and visual-regression/, and removes the folders of merged, closed and missing PRs in one commit. An API error keeps the folder. The push retries from a fresh tip when another workflow moved the branch in the meantime. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
matyasf
force-pushed
the
gh_pages_cron_cleanup
branch
from
September 16, 2026 13:17
99b2a33 to
87625be
Compare
balzss
approved these changes
Sep 18, 2026
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.




Summary
pr-preview/pr-Nandvisual-regression/pr-Nfolders from gh-pages when their PR is merged, closed, or goneTest Plan
git ls-tree origin/gh-pages pr-preview/ visual-regression/before and after that run🤖 Generated with Claude Code