reyahsolutions/Matrix Git generator

A github action that can generate a matrix to run multiple jobs from git changes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGithub access tokenno${{ github.token }}
baseGit base reference, can be a branch name or a commit hash. The change list will be compared to the base. Will default to the last commit of the current branch no${{ github.ref }}
filtersA list of filter to applyyes
namedescription
matrixAn stringified array for each sub-directories that contain a file changes and that match the filters
emptyReturn a boolean to indicate if the matrix is empty or not, useful for skipping jobs based on that matrix