diff options
author | 2020-11-27 17:40:14 +0100 | |
---|---|---|
committer | 2020-11-27 17:40:14 +0100 | |
commit | 6e17536fc86d8e35246d0b9dc97ba8a3456e30aa (patch) | |
tree | 79661ec7753ae6a52fd5358d3b65e5f19e7d050a | |
parent | Rename kubernetes-deployment.yaml to deploy.yaml (diff) | |
parent | Update CODEOWNERS (diff) |
Merge branch 'master' into sebastiaan/backend/refactor-deployment
-rw-r--r-- | .github/CODEOWNERS | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cf5f1590..e36e8cab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,14 @@ -* @python-discord/core-developers +# Request Dennis for any PR +* @Den4200 + +# Infractions API +pydis_site/apps/api/models/bot/infraction.py @MarkKoz +pydis_site/apps/api/viewsets/bot/infraction.py @MarkKoz + +# CI & Docker +.github/workflows/** @MarkKoz +Dockerfile @MarkKoz +docker-compose.yml @MarkKoz + +# Metricity +pydis_site/apps/api/models/bot/metricity.py @jb3 |