-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
22 lines (20 loc) · 1.1 KB
/
CODEOWNERS
File metadata and controls
22 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file controls automatic PR reviewer assignment. See the following docs:
#
# * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# * https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team
#
# The goal of this file is for most PRs to automatically and fairly have 1 to 2
# maintainers set as PR reviewers. All maintainers have permission to approve
# and merge PRs. PRs only need
#
# Most lines in this file will assign one subject matter expert and one random
# maintainer. PRs only need to be approved by one of these people to be merged.
#
# Where possible, prefer explicitly specifying a maintainer who is a subject
# matter expert for a particular part of the codebase rather than using the
# @crossplane/crossplane-maintainers group.
#
# See also OWNERS.md for governance details
# Fallback owners
* @crossplane/crossplane-maintainers @jcogilvie @tampakrap
# Specific owners may be added here as we determine areas of expertise/ownership.