mszostok/codeowners-validator

Print a list of all files and their owners

Opened this issue · 1 comments

Is there any way to print a list of all the files and which owners are associated with them? This output would be useful for additional scripting. Hoping there might already be something available, but not seeing anything in the documentation.

Knowing which files are owned by who could be leveraged in build pipelines for alerting, etc.

You can use https://github.com/hmarr/codeowners instead. Here's a small script i wrote using it (however I since implemented that scripts functionality with a PR instead: #222)