-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add custom comment with link to playground for pkg.pr.new
#14151
base: main
Are you sure you want to change the base?
Conversation
|
preview: https://svelte-dev-git-preview-svelte-14151-svelte.vercel.app/ this is an automated message |
|
|
tweaked the comment but I believe there were some unresolved questions around using |
Yeah we should check what happens on forks or follow @pngwn suggestion of using two workflows. Will check in a bit |
Mmm i don't think we can try what happens...i will implement @pngwn solution just to be safe |
After we merge sveltejs/svelte.dev#745 it could be cool to have the link to the playground directly in the comment.
This is following pkg.pr.new recommendation to add a custom comment with some modification on my part to make it more useful for us. I'm not entirely sure what would happen on merge but i guess we can always iterate.
Before submitting the PR, please make sure you do the following
feat:
,fix:
,chore:
, ordocs:
.Tests and linting
pnpm test
and lint the project withpnpm lint