Open adamziel opened 1 year ago
Here's the repo WooCommerce uses for Playground-based previews:
Related reusable GitHub action from @vcanales: https://github.com/vcanales/action-wp-playground-pr-preview
An example of integrating it:
https://github.com/vcanales/twentytwentyfive/pull/2
cc @juanmaguitar
An example of integrating it:
I would point to this PR for the usage of the Workflow: https://github.com/WordPress/twentytwentyfive/pull/359
Previewing WordPress Pull Requests requires either a local development setup or a staging setup.
WordPress developers often use either a staging environment that can only run a single branch at a time, or no staging environment at all. This makes testing and team workflows difficult.
Providing an easy way to preview pull requests using Playground would alleviate that burden, catalyze more reviews across the ecosystem, and make calls for testing easier.
For example, a Playground link was used in "Help test the Font Library" post. cc @ironprogrammer