Merge pull request #1978 from aluzzardi/codeowners

ci: add CODEOWNERS
This commit is contained in:
Andrea Luzzardi 2022-03-31 15:14:43 -07:00 committed by GitHub
commit d41d95eb4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
CODEOWNERS Normal file
View File

@ -0,0 +1,29 @@
# CODEOWNERS is a tool to encode PR approval rules.
#
# When a PR is opened, at least one code owner is required to approve it
# before being merged.
#
# It does **not**:
#
# - Limit reviewers: Everyone is welcome and encouraged to review any PR.
# But at least one CODEOWNER must approve before merging.
#
# - Limit contributions or ownership: Every maintainer is responsible for
# the entire project. CODEOWNERs are there to review PRs for
# consistency.
#
# By default, any maintainer can approve any PR. There's a couple of
# exceptions for consistency/specialty.
# Default owners for everything in the repo
# Later matches takes precedence
* @dagger/maintainers
# Core CUE API
/pkg/dagger.io/ @helderco @shykes
# Universe
/pkg/universe.dagger.io/ @helderco @shykes
# Documentation website
/website/ @slumbering