From ca53fe1a8b58d6f4c48ca38f77f31400f9bd9c80 Mon Sep 17 00:00:00 2001 From: Christopher Brumm <97845034+christopherbrumm@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:14:36 +0200 Subject: [PATCH] update: add CODEOWNERS. (#89) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..2fd042c5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# https://help.github.com/articles/about-codeowners + +* @troykessler @christopherbrumm @mbreithecker \ No newline at end of file