jtschichold/mm-check-changes
Compare lists in 2 directories to detect "big" changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Relative path under $GITHUB_WORKSPACE to find the repository | — | — |
| includeGlob | if specified, only the files matching this glob pattern are used to calculate the change size. This glob pattern is checked before excludeGlob | no | — |
| excludeGlob | if specified, files matching this glob pattern are excluded from analysis | no | — |
| thrNewFiles | threshold for the number of new files in working directory | no | — |
| thrRemovedFiles | threshold for the number of deleted files in working directory | no | — |
| thrRelChanges | threshold for the number of relative changes in a list (in %) | no | — |
| thrAbsChanges | threshold for the number of absolute changes in a list | no | — |
Outputs
| name | description |
|---|---|
| newFiles | number of new files |
| removedFiles | number of removed files |
| maxAbsChanges | maximum number of absolute changes detected |
| maxRelChanges | maximum relative change detected |
| bigChange | big change detected? |