astro-preview-release
Installation
SKILL.md
Astro PR Preview Release
Preview releases let users install and test a PR's changes before it merges, using pkg.pr.new.
How to trigger
Add the pr preview label to the PR:
gh pr edit <PR_NUMBER> --repo withastro/astro --add-label "pr preview"
This kicks off a "Publish preview release" GitHub Actions job.
Monitoring
Poll until the job completes:
Related skills