Skip to main content

CodeownersConfig

Configures code ownership rules for generating a CODEOWNERS file.

Index

Properties

globalPaths

globalPaths: Record<string, string[]>

Paths that are applied globally to all projects. Can be relative from the workspace root, or a wildcard match for any depth.

orderBy

How to order ownership rules within the generated file.

syncOnRun

syncOnRun: boolean

Generates a CODEOWNERS file after aggregating all ownership rules from each project in the workspace.