From aac0ac72060509bc32635eeeef18dbd5ed16ab3d Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Fri, 20 Jan 2023 08:36:59 +0200 Subject: [PATCH] Add myself into additional CODEOWNERS targets To help with reviews for dependabot&k8s version upgrades. Signed-off-by: Tuomas Katila --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index efc6c4e5..d2caa017 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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