CODEOWNERS :::
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository. People with admin or owner permissions can set up a CODEOWNERS file in a repository. Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. For code owners to receive review requests, the CODEOWNERS file must be on the base branch of the pull request. For example, if you assign @octocat as the code owner for .js files on the gh-pages branch of your repository, @octocat will receive review requests when a pull request with changes to .js files is opened between the head branch and gh-pages . CODEOWNERS file size CODEOWNERS files must be under 3 MB in size. A CODEOWNERS file over this limit wil...