Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CODEOWNERS: add group review trigger for proto file changes
Browse files Browse the repository at this point in the history
If a proto file is changed then we want a larger number of folks
to know about and review it. Add them to the CODEOWNERS file.

Fixes: #460

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
  • Loading branch information
Graham Whaley authored and Eric Ernst committed Feb 26, 2019
1 parent f2db85b commit 4951ea0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@

*.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

0 comments on commit 4951ea0

Please sign in to comment.