This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #465 from egernst/stable-1.5.1-rc
Stable 1.5.1 rc
- Loading branch information
Showing
2 changed files
with
18 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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 | ||
|
||
# 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 | ||
|