pixpilot/Changeset Autopilot
Automate changeset-based releases with branch-specific configurations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 1, 2026
- License
- MIT
Pinned Snippet
uses: pixpilot/changesets-autopilot@18ea20dd90fa6172f9be6246402c5730108c1f28 # v1.5.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token for authentication | yes | — |
| NPM_TOKEN | NPM token for publishing | no | — |
| BOT_NAME | Optional bot name | no | changesets-autopilot |
| BRANCHES | Branch configuration for releases (YAML array) | no | — |
| CREATE_RELEASE | Enable or disable GitHub release creation | no | true |
| PUSH_TAGS | Enable or disable pushing tags to GitHub | no | true |
| AUTO_CHANGESET | Enable or disable automatic changeset generation and versioning | no | true |
| provenance | Enable npm provenance attestation | no | false |
Outputs
| name | description |
|---|---|
| published | Whether packages were published |