fabiankaegy/monitor-wordpress-dependencies-action
Get WordPress asset dependency differences for every PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | no | ${{ github.token }} |
| clean-script | An npm-script that cleans/resets state between branch builds | — | — |
| build-script | The npm-script to run that builds your project | — | build |
| show-total | Show total size and difference. | — | true |
| collapse-unchanged | Move unchanged files into a separate collapsed table | — | true |
| omit-unchanged | Exclude unchanged files from the sizes table entirely | — | — |
| pattern | minimatch pattern of files to track | — | **/*.asset.php |
| exclude | minimatch pattern of files NOT to track | — | {**/vendor/**,**/node_modules/**} |
| cwd | A custom working directory to execute the action in relative to repo root (defaults to .) | — | — |
Outputs
no outputs