acusti/Lines Changed Check

Calculate lines changed in a PR, excluding files matching configurable glob patterns

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for API accessyes${{ github.token }}
exclude-patternsNewline-separated glob patterns for files to exclude from the countno""
post-commentWhether to post/update a PR comment with the resultsnotrue
comment-tagHidden HTML tag used to identify the comment for updatesnolines-changed-check
namedescription
total-additionsTotal lines added (excluding matched files)
total-deletionsTotal lines deleted (excluding matched files)
total-changesTotal lines changed (additions + deletions, excluding matched files)
included-file-countNumber of files included in the count
excluded-file-countNumber of files excluded from the count