From c5906c8c49b0821f342e02a85a84bc178ad8b34c Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 24 Apr 2024 13:45:23 -0400 Subject: [PATCH] Remove CODEOWNERS This file is used to control who gets assigned as a reviewer to a PR. It can be fine grained paths to different files and folders, but we were just matching on any files and adding all committers as reviewers to every PR. Instead of this, we will try out managing reviewers via github team settings. Signed-off-by: Tim Rozet --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index b582cb4776f..00000000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @trozet @dcbw @girishmg @jcaamano @tssurya