diff options
author | 2021-12-10 13:46:14 +0100 | |
---|---|---|
committer | 2021-12-10 13:46:14 +0100 | |
commit | 2b5642cf8cc8a97eb5c91b06d9fda57e9b67597a (patch) | |
tree | e997413741c63cff4b577e87be3c6804b1f7307f /.github | |
parent | Merge pull request #629 from python-discord/static-docs (diff) |
Remove myself from the codeowners
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dc4b1a92..b6004466 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,17 +6,12 @@ pydis_site/apps/api/viewsets/bot/infraction.py @MarkKoz pydis_site/apps/home/** @ks129 # Django ORM -**/migrations/** @Akarys42 -**/models/** @Akarys42 @Den4200 +**/models/** @Den4200 # CI & Docker -.github/workflows/** @MarkKoz @Akarys42 @SebastiaanZ @Den4200 @ks129 -Dockerfile @MarkKoz @Akarys42 @Den4200 -docker-compose.yml @MarkKoz @Akarys42 @Den4200 - -# Tools -poetry.lock @Akarys42 -pyproject.toml @Akarys42 +.github/workflows/** @MarkKoz @SebastiaanZ @Den4200 @ks129 +Dockerfile @MarkKoz @Den4200 +docker-compose.yml @MarkKoz @Den4200 # Metricity pydis_site/apps/api/models/bot/metricity.py @jb3 |