aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Dennis Pham <[email protected]>2020-11-28 12:26:59 -0500
committerGravatar GitHub <[email protected]>2020-11-28 12:26:59 -0500
commit582aa514e2d3e088f7ede97fe0844591d6bb0d51 (patch)
tree4e02ff54b01df6c533aa8c96e94ae6cb81929b9f /.github
parentMerge branch 'master' into sebastiaan/backend/refactor-deployment (diff)
parentAdd myself to CODEOWNERS for CI files (diff)
Merge branch 'master' into sebastiaan/backend/refactor-deployment
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS15
1 files changed, 11 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e36e8cab..dd8eb4f3 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,10 +5,17 @@
pydis_site/apps/api/models/bot/infraction.py @MarkKoz
pydis_site/apps/api/viewsets/bot/infraction.py @MarkKoz
+# Django ORM
+**/migrations/** @Akarys42
+**/models/** @Akarys42
+
# CI & Docker
-.github/workflows/** @MarkKoz
-Dockerfile @MarkKoz
-docker-compose.yml @MarkKoz
+.github/workflows/** @MarkKoz @Akarys42 @SebastiaanZ
+Dockerfile @MarkKoz @Akarys42
+docker-compose.yml @MarkKoz @Akarys42
+
+# Tools
+Pipfile* @Akarys42
# Metricity
-pydis_site/apps/api/models/bot/metricity.py @jb3
+pydis_site/apps/api/models/bot/metricity.py @jb3