From a330dbf5d461d1235e9767c747644c2eaa9b5774 Mon Sep 17 00:00:00 2001 From: Evgeniia Vakarina <27793901+EvgeniiaVak@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:19:29 +0400 Subject: [PATCH] add CODEOWNERS file --- .github/CODEOWNERS | 5 +++++ .prettierignore | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..7cc21e7d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Assign the 'developers' team to review changes to any file +* @DeXter-on-Radix/developers + +# End-to-end test directory can be reviewed by the 'testers' team +/e2e/ @DeXter-on-Radix/testers diff --git a/.prettierignore b/.prettierignore index 2f4d2f7a..31e8b092 100644 --- a/.prettierignore +++ b/.prettierignore @@ -45,3 +45,5 @@ next-env.d.ts localhost:3000/ +.github/CODEOWNERS +