Pencil Actions
Version updated for https://github.com/RemoteState/pencil-actions to version v1.0.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Pencil Actions is a GitHub Action that automates design reviews by detecting changes in .pen design files within pull requests. It generates screenshots of modified design frames, provides before/after comparisons, previews new frames, and organizes unchanged frames in a collapsible section—all directly within the PR comments. This action streamlines collaboration by enabling visual design reviews alongside code reviews.
What’s Changed
Bug Fixes
Frames in nested structures now detected correctly
Frames nested inside groups or components were not being detected as changed, resulting in “No frame-level changes detected” appearing incorrectly in PR comments.
Before: Only top-level frames were analyzed, missing any frames inside groups/components. After: Recursive traversal finds all frames at any nesting depth.
Full Changelog
1aea3f2fix: recurse into nested children when extracting frames283183bdocs: add privacy section to READMEe7555e4chore: remove redundant example workflowsd22c826fix: unify branding and fix documentation issuesbed4e98docs: add before/after example images
Generated by Pencil Actions