From 89c6657144409021cae578e7349625ea384ff1c8 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Tue, 27 Aug 2024 17:02:42 +0300 Subject: [PATCH] Move CODEOWNERS file to the root of the repo and make @rancher/highlander as owner Signed-off-by: Furkat Gofurov --- .github/CODEOWNERS | 3 --- CODEOWNERS | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 .github/CODEOWNERS create mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index b960cec7..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -@richardcase -@alexander-demicev -@belgaied2 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..4c4a0dd6 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence. + +* @rancher/highlander \ No newline at end of file