From 4219504944fe0f36903a18852c5091c1c0816be3 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Mon, 22 Apr 2024 17:38:32 -0400 Subject: [PATCH] Fix CODEOWNERS and move to .github directory The file was previously incorrect, they were specifying teams not people. Even if the names were correct the file would still not match intention since it is interpreted line-by-line which means only @joelrebel would have been used as the CODEOWNER. This commit fixes those errors, add myself and Nacho as owners and moves the GitHub centric file to the .github dir where other similar files already exist. --- .github/CODEOWNERS | 1 + CODEOWNERS | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b9bf002e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @diogomatsubara @joelrebel @mmlb @turegano-equinix diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index a23e4d78..00000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -* @metal-toolbox/diogomatsubara -* @metal-toolbox/joelrebel