From edcab48aa70b8d789e4c9f7b7b42888e47b5fd86 Mon Sep 17 00:00:00 2001 From: Kevin Murphy Date: Thu, 3 Apr 2025 11:56:58 -0700 Subject: [PATCH] dev: Add a basic `CODEOWNERS` Currently, we have Renovate configured to open PRs against this repo, but nobody is actually ever reviewing them... In the future, it would be nice to designate some other group of people to review the "code" here, but we need *some* catch-all for now. --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..e09d90c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +* @Everlaw/developer-experience-squad