framework-r-d/Run Change Detection
Encapsulates checkout, detection of relevant changes, and reporting.
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-run-change-detection@047250bcbe1be9fb479c8f3ceeb85ac1084ede2e # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout-path | Path to check out code to | yes | — |
| ref | The branch, ref, or SHA to checkout | yes | — |
| repo | The repository to checkout from | yes | — |
| base-ref | The base ref for comparison | yes | — |
| file-type | Predefined file type (cpp, python, cmake, jsonnet, yaml, md) | no | — |
| include-globs | Custom include globs | no | — |
| exclude-globs | Custom exclude globs | no | — |
| head-ref | Explicit head ref (defaults to inputs.ref) | no | — |
Outputs
| name | description |
|---|---|
| has_changes | Whether relevant changes were detected |
| matched_files | The list of matched files |