From 369795d784c7dabf7c9129338c752c6c3f2bb43d Mon Sep 17 00:00:00 2001 From: Aeddis Desauw <89919264+ldesauw@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:31:10 +0100 Subject: [PATCH] feat: add codeowners for review (#2) --- .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 0000000..02082d5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# see doc on: https://help.github.com/articles/about-codeowners/ +* @ovh/okms-codeowners-team \ No newline at end of file