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