gagoar/codeowners-generator

CODEOWNERS generator for mono-repos. This action will run codeowners-generator on your project and apply changes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
use-maintainersFor every package.json found, generate a CODEOWNERS entry using the maintainers fieldnofalse
group-source-commentsInstead of generating one comment per rule, enabling this flag will group them, reducing comments to one per source file. Useful if your codeowners file gets too noisynofalse
custom-regeneration-commandSpecify a custom regeneration command to be printed in the generated CODEOWNERS file, it should be mapped to run codeowners-generatornofalse
checkIt will fail if the CODEOWNERS generated does not match the current (or missing) CODEOWNERS. Useful for validating that the CODEOWNERS file is up to date during CI.'nofalse
outputThe output path and name of the file, (default: CODEOWNERS)noCODEOWNERS
preserve-block-positionKeep the generated block in the same position it was found in the CODEOWNERS file (if present). Useful for when you make manual additions.nofalse
includesThe glob used to find CODEOWNERS files in the repo. Defaults to the value in src/utils/constants.tsno""
versioncodeowners-generator version. It will default to the latest in npm otherwise'no
hidden-directoriesAlso include searching in hidden (dot) directories.nofalse

no outputs