99spokes/Has Changed
Test if commits have touched a matching file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |