From 2cd835361d002683d1fe97bdf1cb0a21b644ab10 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Thu, 6 Mar 2025 13:14:11 -0600 Subject: [PATCH] chore(codeowners): add DevEx as code owners of the GitHub pages site Closes Ticket: DX-1103 DevEx is currently working to improve the website and associated documentaiton. Adding them as code owners allows our technical writers to review changes effectively. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7d6418f9..85cde44e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ * @BitGo/velocity +website @BitGo/velocity @BitGo/developer-experience