Skip to main content

Module codeowners

Module codeowners 

Source
Expand description

GitHub CODEOWNERS provider.

GitHub requires a single CODEOWNERS file at one of these locations:

  • .github/CODEOWNERS (most common)
  • docs/CODEOWNERS
  • CODEOWNERS (repository root)

This provider aggregates all project ownership rules into a single file at .github/CODEOWNERS, with patterns prefixed by project paths.

Structsยง

GitHubCodeOwnersProvider
GitHub CODEOWNERS provider.