hellofresh/Neo
Generate a matrix depending on changed files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | regex pattern with named groups to match against changed files | yes | — |
| defaults | when set to true, if changed files don't match the pattern, recursively match all files in the repository. | no | false |
| default-patterns | line separated list of UNIX-style glob patterns matched against the list of changed files. if match, switch to defaults mode. | no | "" |
| ignore-deleted-files | whether to ignore the deleted files or not | no | false |
Outputs
| name | description |
|---|---|
| matrix | the output job matrix |
| matrix-length | the length of the matrix |