Skip to content

Conversation

@HenriqueLimas
Copy link
Member

This is just for testing the GH action. The original PR is #414

HenriqueLimas and others added 3 commits January 7, 2026 18:04
Add automated Percy visual regression testing to GitHub Actions workflow
with intelligent partial snapshot detection for faster builds.

Features:
- Automatic component change detection from git diff
- Partial snapshots for changed components only
- Full snapshots for global changes (tokens, variables, mixins)
- PR blocking until Percy approval
- Auto-approval on main branch for baseline updates
- Path filtering to skip non-Skin changes

Changes:
- Add Percy GitHub Actions workflow (.github/workflows/percy.yml)
- Add change detection script (packages/skin/scripts/detect-changed-components.js)
- Update CONTRIBUTING.md with automated workflow documentation
- Add PERCY-FAQ.md for comprehensive user guidance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

⚠️ No Changeset found

Latest commit: a09a615

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

HenriqueLimas and others added 2 commits January 9, 2026 17:26
The Percy workflow was failing with "fatal: ambiguous argument 'main...HEAD'"
because the checkout action only fetches the PR branch. Added explicit fetch
of the main branch to ensure git diff comparison works correctly.

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants