framework-r-d/Detect Relevant Changes
Detect changes matching file type and glob filters between two refs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 1, 2026
- License
- Apache 2.0
Pinned Snippet
uses: framework-r-d/action-detect-relevant-changes@6ede78eec7af8d0e271a2bd2bd8b08f8a7bc9cba # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-path | Path to the checked-out repository | yes | — |
| base-ref | Git reference or commit hash representing the diff base | no | "" |
| head-ref | Git reference or commit hash representing the diff head | no | "" |
| file-type | File type key or list of keys (comma or newline separated) | no | "" |
| include-globs | Optional glob filters (comma or newline separated) | no | "" |
| exclude-globs | Optional glob filters to exclude (comma or newline separated) | no | "" |
| type-pattern-add | Additional type-to-glob mappings (comma or newline separated, e.g. cpp:*.cc). '.in' variants are added automatically. | no | "" |
Outputs
| name | description |
|---|---|
| matched | true if matching files were found |
| matched_files | Newline-delimited list of matching files |