From 83ce76d5f29d45c8c3d35109daa99a962470389b Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:49:29 -0500 Subject: [PATCH] delete codeowners file (#568) after running with this for a few months, i'm not really sure of the benefit since 99.9% of the changes are not files owned by codeowners. thanks @Hofer-Julian for helping test this! --- .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 ee7bb9b..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -/modules/virtual_environments/ @Hofer-Julian