From 5fa9534a7a4d45394b58380e06579998a2c2fe0c Mon Sep 17 00:00:00 2001 From: Christopher Creutzig <89011131+ccreutzi@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:34:29 +0200 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..cf5aa55 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Code owners, to get auto-filled reviewer lists + +# To start with, we just assume everyone in the core team is included on all reviews +* @adulai @ccreutzi @debymf @MiriamScharnke @vpapanasta \ No newline at end of file