GitHub Actions for WordPress!
Here is a collection of GitHub Actions and workflows to help with common needs for WordPress development. Specific documentation for each Action is in its respective respository, and other example workflows leveraging existing Actions can be found in this repository. Ideas for future Actions can be found in issues.
More information about GitHub Actions
Ready to use
The following GitHub Actions are published, available to use, and actively supported by 10up.
Whenever you tag a new version of your plugin on GitHub, your changes will be committed to both trunk
and the appropriate tags
subfolder in your WordPress.org plugin repository.
This Action will build a zip archive of your WordPress plugin and attach that archive as an artifact, allowing you to download and test prior to deploying any changes to WordPress.org. This gives…