From cc360baf0925c9f4b0878ce61f8c212ee8861e18 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 26 Jan 2025 15:01:00 -0800 Subject: [PATCH] Move CODEOWNERS --- .github/CODEOWNERS | 1 + CODEOWNERS | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..dd04190cf1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @saoudrizwan @ocasta181 @NightTrek @pashpashpash diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 9b92856052..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# These owners will be requested for review when someone -# opens a pull request. -* @saoudrizwan @ocasta181 @NightTrek @pashpashpash