99spokes/Has Changed
Test if commits have touched a matching file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 6, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 99spokes/has-changed-action@906753b45d7b025c2a6c6652b6eebdc7765b1007 # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | File pattern to match | yes | — |
Outputs
| name | description |
|---|---|
| changed | true if a payload commit touched a matching file; else false |
| added | true if a payload commit added a matching file; else false |
| removed | true if a payload commit removed a matching file; else false |
| modified | true if a payload commit modified a matching file; else false |