From e8d6a76133bcedf42eb5d6b3985dab0099c4da94 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 31 Aug 2023 11:00:41 +0300 Subject: [PATCH] CODEOWNERS: add kv2019i to the list of default owners Add myself to the list of default owners that get added to all pull requests if no other entries match. Signed-off-by: Kai Vehmanen --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d248893d81e4..536f44f4ca54 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,7 +2,7 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. -* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta +* @lgirdwood @plbossart @mmaka1 @lbetlej @dbaluta @kv2019i # Order is important. The last matching pattern has the most precedence. # File patterns work mostly like .gitignore. Try to keep this file