mszostok / codeowners-validator

The GitHub CODEOWNERS file validator
Apache License 2.0
211 stars 48 forks source link

Print a list of all files and their owners #185

Open kenherring-rkt opened 1 year ago

kenherring-rkt commented 1 year ago

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.

infinisil commented 2 months ago

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)