You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
I want to run github-codeowners audit --unloved and have the CI fail if there are any unloved files (our policy is that every file needs an explicit owner). The same goes for running github-codeowners validate, if that finds any entries that do not exist in the file system.
The best way for this would be to set the exit code to a non-zero code so that GitHub Actions (or any other tool) recognizes that the check failed.
I want to run
github-codeowners audit --unlovedand have the CI fail if there are any unloved files (our policy is that every file needs an explicit owner). The same goes for runninggithub-codeowners validate, if that finds any entries that do not exist in the file system.The best way for this would be to set the exit code to a non-zero code so that GitHub Actions (or any other tool) recognizes that the check failed.