mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
ci: add CODEOWNERS to cover .md files
Add a CODEOWNERS file to get github auto review requests for any .md file changes. Fixes: #383 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
13
CODEOWNERS
Normal file
13
CODEOWNERS
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user