garretpatten/Codeowners Enforcer

Enforce that PR changes have a CODEOWNERS owner (.github/CODEOWNERS; gitignore rules; last match wins).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
changedFilesSpace-delimited repository-relative paths of added or modified files (for example from git diff).yes
deletedFilesSpace-delimited repository-relative paths of deleted or moved files (for example from git diff --diff-filter=D).yes
namedescription
unownedFilesWhen the check fails: newline-separated repository-relative paths with no effective owner. Empty or unset when the check passes. Prefer this output for workflow comments (stable formatting).
errorMessageSet when the check fails: details listing files without an effective code owner. Empty or unset when the check passes.
skippedSet to the string `true` when verification was skipped because the inputs exceeded the size limit.
skipReasonHuman-readable explanation when `skipped` is set.