File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2929 - name : WordPress Plugin Integration Test
3030 uses : holyhope/test-wordpress-plugin-github-action@v2.0.2
3131 with :
32- php-version : ${{ matrix.php-version }}
33- wordpress-version : ${{ matrix.wordpress-version }}
34- plugin-name : ' simple-wp-optimizer'
35- plugin-slug : ' simple-wp-optimizer'
32+ php_version : ${{ matrix.php-version }}
33+ wordpress_version : ${{ matrix.wordpress-version }}
34+ plugin_slug : ' simple-wp-optimizer'
3635
3736 - name : Add labels to any PRs
3837 if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- Enabled automatic PR creation for WordPress compatibility updates with "automated" and "documentation" labels
1515- Added WordPress Plugin Integration Test workflow using holyhope/test-wordpress-plugin-github-action@v2.0.2
1616- Implemented testing matrix for PHP versions 7.4-8.2 and WordPress versions 5.9-latest
17- - Added plugin-slug parameter to integration test workflow
17+ - Fixed action parameters using the correct input names: php_version, wordpress_version, plugin_slug
1818- Added automated PR labeling with "automated", "documentation", and "plugin update" tags
1919- Set up proper GitHub permissions for integration test workflow
2020
You can’t perform that action at this time.
0 commit comments