jtschichold/mm-check-changes

Compare lists in 2 directories to detect "big" changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathRelative path under $GITHUB_WORKSPACE to find the repository
includeGlobif specified, only the files matching this glob pattern are used to calculate the change size. This glob pattern is checked before excludeGlobno
excludeGlobif specified, files matching this glob pattern are excluded from analysisno
thrNewFilesthreshold for the number of new files in working directoryno
thrRemovedFilesthreshold for the number of deleted files in working directoryno
thrRelChangesthreshold for the number of relative changes in a list (in %)no
thrAbsChangesthreshold for the number of absolute changes in a listno
namedescription
newFilesnumber of new files
removedFilesnumber of removed files
maxAbsChangesmaximum number of absolute changes detected
maxRelChangesmaximum relative change detected
bigChangebig change detected?