mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
All kernel changes need approval from the kernel team. Fixes #389. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
# 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/
|
|
|
|
*.md @kata-containers/documentation
|
|
|
|
/kernel/ @kata-containers/kernel
|