This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/CODEOWNERS
Line: 20: incorrect codeowner organization: dagger/maintainers Line: 20: no users/groups matched Line: 23: incorrect codeowner user: helderco Line: 23: incorrect codeowner user: shykes Line: 23: no users/groups matched Line: 26: incorrect codeowner user: helderco Line: 26: incorrect codeowner user: shykes Line: 26: no users/groups matched Line: 30: incorrect codeowner user: slumbering Line: 30: no users/groups matched Line: 31: incorrect format
Andrea Luzzardi 9547d495b9 ci: Use default CODEOWNERS for docs sidebar
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-04-07 12:34:27 -07:00

32 lines
958 B
Plaintext

# 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
# Exception: Sidebar changes use regular CODEOWNERS
/website/ @slumbering
/website/sidebars.js