Expand description
GitHub CODEOWNERS provider.
GitHub requires a single CODEOWNERS file at one of these locations:
.github/CODEOWNERS(most common)docs/CODEOWNERSCODEOWNERS(repository root)
This provider aggregates all project ownership rules into a single file
at .github/CODEOWNERS, with patterns prefixed by project paths.
Structsยง
- GitHub
Code Owners Provider - GitHub CODEOWNERS provider.