jazzsequence/Validate Plugin Tested Up To Version
A GitHub action that validates the last tested plugin version against the current version of WordPress.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plugin-path | The path to the plugin to validate. | no | . |
| dry-run | Whether to actually commit the changes to the repository. | no | false |
| gh-token | The GitHub token to use for creating a pull request. | no | ${{ github.token }} |
| filenames | The filenames to check for the tested up to version. Default is 'readme.txt,README.md'. | no | readme.txt,README.md |
| branch | The branch to use as the base for PRs and commit the changes back to. | no | — |
| pr-status | The status of the PR to create. Default is 'draft'. Accepts 'draft' or 'open'. | no | draft |
| validation-level | The validation level to use. Accepts 'patch' or 'minor'. | no | minor |
Outputs
no outputs