31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
# 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 one
|
|
# maintainer and two reviewers set as PR reviewers. All maintainers have
|
|
# permission to approve and merge PRs, but reviewers do not. Most PRs should be
|
|
# reviewed by members of the reviewers group before being passed to a maintainer
|
|
# for final review.
|
|
#
|
|
# This in part depends on how the groups in this file are configured.
|
|
#
|
|
# @crossplane/steering-committee - Assigns 3 members. Admin perms to this repo.
|
|
# @crossplane/crossplane-maintainers - Assigns 1 member. Maintain perms to this repo.
|
|
# @crossplane/crossplane-reviewers - Assigns 2 members. Write perms to this repo.
|
|
#
|
|
# 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
|
|
|
|
# Governance owners - steering committee
|
|
/README.md @crossplane/steering-committee
|
|
/OWNERS.md @crossplane/steering-committee
|
|
/LICENSE @crossplane/steering-committee
|