Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously the `CODEOWNERS` file was used to mark most code directories with code owners. Require code owners reviews is on for settings.yml security and at least 3 code owners need to be listed so a code owner can make a change, get a review from another code owner and have one code owner OOO. These settings and requirements resulted in the inability to leverage team auto-assignment, <https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team#about-auto-assignment>. Now code owners have been limited to only the `CODEOWNERS` and `settings.yml` files so that team auto assignment works.
- Loading branch information