From 4b8cc550496d6c67e229f9efd66fa73f9d282a79 Mon Sep 17 00:00:00 2001 From: Konstantine Karantasis Date: Thu, 23 Jul 2020 18:29:38 -0700 Subject: [PATCH] MINOR: Add codeowners (#429) --- .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..a76931423 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Each line is a file pattern followed by one or more owners. +# These owners will be the default owners for everything in +# the repo. +* @confluentinc/connect-team1