From 20539a313ec987a0bfa6908dbf387e678cf7a214 Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Fri, 13 Jan 2023 09:45:53 +0000 Subject: [PATCH] Create CODEOWNERS --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..753f6df --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# Default owner for all files unless otherwise specified +* @mkjpryor + +# Tyler looks after the CI, so make him a code owner on CI-related files as well +/.github/ @mkjpryor @scrungus +ci/. @mkjpryor @scrungus