-
Notifications
You must be signed in to change notification settings - Fork 8
/
CODEOWNERS
Validating CODEOWNERS rules...
26 lines (22 loc) · 1.05 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2019 Intel Corporation.
#
# SPDX-License-Identifier: Apache-2.0
#
# Define any code owners for this repository.
# The code owners lists are used to help automatically enforce
# reviews and acks of the right groups on the right PRs.
# Order in this file is important. Only the last match will be
# used. See https://help.github.com/articles/about-code-owners/
# All markdown documentation needs an extra review
#
# Note: this will still detect doc changes below "vendor/", but we set
# `prune.non-go=true` in `Gopkg.toml` which filters out any doc files
# in vendored repos.
*.md @kata-containers/documentation
# Kernel changes are delicate so require additional reviews.
/kernel/ @kata-containers/kernel
# All protocol changes need to get some review from these groups.
#
# Note, we include all subdirs, including the vendor dir, as at present there are no .proto files
# in the vendor dir. Later we may have to extend this matching rule if that changes.
*.proto @kata-containers/architecture-committee @kata-containers/builder @kata-containers/packaging