From a987de0c19d13b285bdafbc9e35bd1da8bd59ccf Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Wed, 17 May 2023 11:50:41 -0700 Subject: [PATCH] update codeowners file including tech lead --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bd2239e69..8e3c6d91b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,4 @@ # For more information on CODEOWNERS, see the documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -docs/* @dotgov \ No newline at end of file +* @abroddrick +docs/* @DotGov