taroj1205/Check Changes

Fast file change detection with include/exclude glob patterns

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
includeGlob patterns for files to include (newline or comma separated)no**/*
excludeGlob patterns for files to exclude (newline or comma separated)no""
baseBase branch or commit to compare againstno""
tokenGitHub token for API accessno${{ github.token }}
list-filesOutput format for changed files list (none, shell, json)nonone
summaryIf true, outputs a Markdown summary to the workflow runnofalse
namedescription
changedBoolean indicating if any files matching the patterns were changed
changed_filesList of changed files (format depends on list-files input)
changes_countNumber of changed files matching the patterns