Add myself into additional CODEOWNERS targets

To help with reviews for dependabot&k8s version upgrades.

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
Tuomas Katila 2023-01-20 08:36:59 +02:00
parent 78d90f2bfd
commit aac0ac7206

6
.github/CODEOWNERS vendored
View File

@ -2,7 +2,7 @@
# Syntax and details are here: https://help.github.com/articles/about-codeowners/
#
# Global code ownership, fallback
* @kad @mythi @bart0sh
* @kad @mythi @bart0sh @tkatila
# CI and building
.github/workflows/ @bart0sh @kad @mythi
@ -37,5 +37,5 @@ Makefile @bart0sh @kad @mythi
/test/ @mythi @bart0sh @ozhuraki @hj-johannes-lee
# New dependencies review
/go.sum @kad @mythi @bart0sh
/go.mod @kad @mythi @bart0sh
/go.sum @kad @mythi @bart0sh @tkatila
/go.mod @kad @mythi @bart0sh @tkatila