From 014710288ae6d7dda86c824670c2bd1fd0baa54e Mon Sep 17 00:00:00 2001 From: aidan Date: Fri, 24 May 2024 15:07:01 +0200 Subject: [PATCH] chore: Add CODEOWNERS Add CODEOWNERS file with the dev team so when a PR is set to ready it will add the team as reviewers. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..3c7a8ca1b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Any change in the repo requests review from the dev team +* @cernicc @th7nder @serg-temchenko @jmg-duarte @aidan46