From dc90d43345c60df94a031c76341ba782c5c9c5b4 Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Fri, 30 May 2025 09:08:39 -0500 Subject: [PATCH] Delete .github/CODEOWNERS There's a CODEOWNERS file at the root directory which wasn't working, and it's because GitHub prefers this location over the other. So we have to delete one or the other, I prefer the more visible one at the root, and we have a number of internal repos that also do that. --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 248dab4b..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @dependabot/maintainers