framework-r-d/Detect Relevant Changes

Detect changes matching file type and glob filters between two refs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 1, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: framework-r-d/action-detect-relevant-changes@6ede78eec7af8d0e271a2bd2bd8b08f8a7bc9cba # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repo-pathPath to the checked-out repositoryyes
base-refGit reference or commit hash representing the diff baseno""
head-refGit reference or commit hash representing the diff headno""
file-typeFile type key or list of keys (comma or newline separated)no""
include-globsOptional glob filters (comma or newline separated)no""
exclude-globsOptional glob filters to exclude (comma or newline separated)no""
type-pattern-addAdditional type-to-glob mappings (comma or newline separated, e.g. cpp:*.cc). '.in' variants are added automatically.no""
namedescription
matchedtrue if matching files were found
matched_filesNewline-delimited list of matching files