aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-03-23 18:18:38 -0400
committerJoshua M. Boniface <joshua@boniface.me>2020-03-23 18:18:38 -0400
commit9169861baab62919e661ec663998c5a4436e4547 (patch)
tree4126641117179ed04881ce7a5b79d0caa475289b /.github
parent0242ce5fee689442472505be94000233c464ffbd (diff)
Add CODEOWNERS for GitHub
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 000000000..e902dc712
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,3 @@
+# Joshua must review all changes to deployment and build.sh
+deployment/* @joshuaboniface
+build.sh @joshuaboniface