Create CODEOWNERS

This commit is contained in:
Matt Pryor
2023-01-13 09:45:53 +00:00
committed by GitHub
parent d66f91b436
commit 20539a313e

6
CODEOWNERS Normal file
View File

@@ -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