4 ms·
Can you elaborate a bit on codeowners, I've not heard of that kind of solution before.
by mamidon 1y ago
Can you elaborate a bit on codeowners, I've not heard of that kind of solution before.
- Jemaclus 1y agoThey'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-repositorys-settings-and-features/customizing-your-repository/about-code-owners https://docs.github.com/en/repositories/managing-your-reposi...
- mithametacs 1y agoYou just put a text file with the names of the team or developers who own the directory.