PartialOwnersConfig
Index
Properties
optionalcustomGroups
Bitbucket only. A mapping of custom groups (prefixed with @@@
),
to a list of user and normal groups.
optionaldefaultOwner
The default owner for paths
.
optionaloptional
GitLab only. Marks the code owners section as optional.
optionalpaths
A mapping of file paths and file globs to owners.
When a list, the defaultOwner
is the owner, and each item is a path.
When an object, the key is a path, and the value is a list of owners.
optionalrequiredApprovals
Bitbucket and GitLab only. The number of approvals required for the
request to be satisfied. For Bitbucket, utilizes the Check()
condition.
For GitLab, marks the code owners section as required.
Defines ownership of source code within the current project, by mapping file paths and globs to owners. An owner is either a user, team, or group.