antrea-io/Has Changes
Checks if diff includes changes in the provided path list, outside of the provided path exclusion list
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Space-separated list of paths to consider when looking for changes (default is wildcard path) | no | * |
| paths-ignore | Space-separated list of paths to ignore when looking for changes (default is empty list) | no | "" |
Outputs
| name | description |
|---|---|
| has_changes | Whether (yes/no) the diff includes changes |