A collection of GitHub Actions. Some specific to WordPress plugins, others more general use.
Validates that the heading section of your plugin's README.md has single-linebreak newlines handled correctly.
Commits a tag with optional build assets (NPM/Composer) and drafts a release.
Updates the development branch to be ready for the next release after releasing a new version of a plugin or module. This action search and replaces the version number across all the top-level files in the repo.
Drafts a release PR from a development branch to a release branch, This action search and replaces the version number across all the top-level files in the repo to drop the -dev
from the version.
Runs the WP.org Code Analysis Tool on your plugin or theme.
Tracks a list of arbratry dependencies in yaml and PRs updates automatically. Supports both GitHub releases and PECL.
Tags a release with autotag-dev/autotag.
Runs PHPCompatibility/PHPCompatibility on source code.
WordPress.org Plugin Deploy (10up)
Pushes plugin releases to WordPress.org with SVN.
Updates WordPress.org README without shipping a plugin update.