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.

requiredApprovals

requiredApprovals: null | number

Bitbucket and GitLab only. The number of approvals required for the request to be satisfied. This will be applied to all paths.

syncOnRun

syncOnRun: boolean

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