I'm using github-codeowners who --output=jsonl <changed files> to add details to our GitHub pull requests. This informs our reviewers what files triggered there need to review.
It would be awesome if the JSON included the pattern in the CODEOWNERS file that matched.
If I had that I will sort the by pattern and create a easier to read list for the reviewers.
Thank you for this great tool.