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'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.
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
patternin 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.