Every Code Owner should be using this Github file
<p><em>Here’s the situation: </em>you have a nice repository with your outstanding development, and you start receiving helpful contributions to your code. But what if someone touches a file or folder that wasn’t meant to be changed by everyone? You probably start thinking about assigning responsibilities to your team and splitting code revisions between them. The problem is that each time a pull request is submitted, both you and your team need to check who should review the incoming PR. This is where CODEOWNER might help you automate this process.</p>
<p>I found CODEOWNER file as a tool that can help you to manage your GitHub repositories. It allows you to specify which users or teams are responsible for reviewing changes to specific files or directories helping to ensure that the code is reviewed by the right people and meets the standards of your team or organization.</p>
<p><a href="https://medium.com/@lcrojano/every-code-owner-should-be-using-this-github-file-2091ae6fc677"><strong>Click Here</strong></a></p>