How to set up CODEOWNERS for required reviews
Why it matters
CODEOWNERS requests review from the right people automatically, and with branch protection it makes their approval required for the paths they own — CI config and infrastructure included.
How to fix it
Create .github/CODEOWNERS:
* @team-lead
/config/ @security-team
Does your repository pass this check?
Free for public GitHub repositories, no account needed. 50+ DevOps and security checks in about ten seconds.