GitHub tip: You can assign "code owners" to sections of a code base
GitHub tip: You can assign "code owners" to sections of a code base. Why? Code reviews are then assigned to the owner(s) automatically!
1. Create CODEOWNERS in the repo root
2. Inside, declare who owns which directories
More: https://buff.ly/2FhMqFQ
