amezin/Detect changes

Check whether any files matching the specified glob pattern(s) were changed in a pull request or push (or between two arbitrary commits).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryTarget repository name with owneryes${{ github.repository }}
filesFile path/name glob patterns to check, one pattern per lineyes
baseBase commit/branchyes${{ github.event.merge_group.base_sha || github.event.pull_request.base.sha || github.event.before }}
headHead commit/branchyes${{ github.sha }}
ignore-removedIgnore removed files - return `false` if all changes are just removalsyesfalse
github-tokenGitHub API token to useyes${{ github.token }}
namedescription
changed`true` if a change in the files was detected, `false` otherwise