From aef0038a111ecdcc52747fb4b42bbc01cb68a9aa Mon Sep 17 00:00:00 2001 From: Siddharth-symbl <98579334+Siddharth-symbl@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:12:22 +0530 Subject: [PATCH] Added stokes-christopher to CODEOWNERS (#31) --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 48145dc..2306c70 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. -* @atmnks @rishabh-chaturvedi @avoliva +* @atmnks @rishabh-chaturvedi @avoliva @stokes-christopher # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners