dir01/Is File Changed
Checks if Pull Request has changes in files matching certain pattern
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| include_glob | Only filepaths matching this glob expression will be considered | no | "" |
| exclude_glob | Filepaths matching this glob expression will be excluded | no | "" |
| include_regex | Only filepaths matching this regex expression will be considered | no | "" |
| exclude_regex | Filepaths matching this regex expression will be excluded | no | "" |
Outputs
| name | description |
|---|---|
| result | Were there any changes in files satisfying the conditions? "true"/"false" |