From 2e8e4319ff3a8c309dc0ef5a1800611faa1ab0cb Mon Sep 17 00:00:00 2001 From: Amit Sagtani Date: Wed, 23 Oct 2024 11:38:31 +0200 Subject: [PATCH] Add codeowners (#741) * add codeowners * add custmerops group to codeowners * fix team reference --- .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 000000000..fab9cb2c6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# This file designates code owners for different parts of the repository + +# Define code owners for all files in the repository +* @wireapp/customerops @julialongtin