mirceanton/Folder Matrix

Generates a matrix of subdirectories for parallelizing GitHub Actions jobs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the directory to scan for subdirectoriesyes.
include-hiddenWhether to include hidden directories (starting with .)nofalse
excludeComma-separated list of directory names to excludeno""
filterRegular expression pattern to filter directory names (only matching directories will be included)no""
metadata-filePath to metadata file within each subdirectory (e.g., metadata.json, Chart.yaml)no""
changed-onlyWhether to include only directories with changesnofalse
github-tokenGitHub token used to get changed files (required when changed-only is true)no
namedescription
matrixJSON array of subdirectory names for use in matrix strategy