Hacker News new | ask | show | jobs
by mamidon 400 days ago
Can you elaborate a bit on codeowners, I've not heard of that kind of solution before.
2 comments

They're a way to assign ownership to individuals or teams on a granular basis, rather than at the repo-level. You can assign entire folders or individual files to people.

Here's more at Github's docs: https://docs.github.com/en/repositories/managing-your-reposi...

You just put a text file with the names of the team or developers who own the directory.