diff options
author | 2020-11-26 22:18:04 +0000 | |
---|---|---|
committer | 2020-11-26 22:18:04 +0000 | |
commit | 723ac6c0d72abd0846be0a710a91885788a5a156 (patch) | |
tree | 3f0c06b86e255052b8cb59eb8b232799f85c486e /.github/CODEOWNERS | |
parent | Specify code owernship for Mark (diff) |
Update CODEOWNERS
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3b30d4ca..e36e8cab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ -# Request Joe and Dennis for any PR -* @jb3 @Den4200 +# Request Dennis for any PR +* @Den4200 # Infractions API pydis_site/apps/api/models/bot/infraction.py @MarkKoz @@ -9,3 +9,6 @@ pydis_site/apps/api/viewsets/bot/infraction.py @MarkKoz .github/workflows/** @MarkKoz Dockerfile @MarkKoz docker-compose.yml @MarkKoz + +# Metricity +pydis_site/apps/api/models/bot/metricity.py @jb3 |