raimondb/Git Diff Analyzer

Assess the changes that have been made to be able to determine the level of impact of the changes. The Levenshtein distance is used to determine the level of impact.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ld-thresholdThe maximum Levenshtein distance allowed for the changes to be considered as low impactno10
allowed-file-typesThe file types to be analyzed. Provide the extensions separated by whitespace. Example: "js html md". If other types of files are found, the level of impact will automatically be set to considerable.nomd
git-base-refThe git base ref to compare against. Default is $GITHUB_BASE_REFno${{ github.base_ref }}
namedescription
impact-levelThe level of impact of the changes. Can be low or considerable
max-ld-distanceThe maximum Levenshtein distance found in the changes