diff options
author | 2020-11-27 23:39:54 +0100 | |
---|---|---|
committer | 2020-11-27 23:39:54 +0100 | |
commit | 0303adc87fdd54682a0a241cf296145cc30ff333 (patch) | |
tree | b339ab1b463422e89f7350446b562d4ee73f2401 /.github/CODEOWNERS | |
parent | Add @Akarys42 to the codeowners (diff) |
Add myself to CODEOWNERS for CI files
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 71c9cddf..dd8eb4f3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,7 +10,7 @@ pydis_site/apps/api/viewsets/bot/infraction.py @MarkKoz **/models/** @Akarys42 # CI & Docker -.github/workflows/** @MarkKoz @Akarys42 +.github/workflows/** @MarkKoz @Akarys42 @SebastiaanZ Dockerfile @MarkKoz @Akarys42 docker-compose.yml @MarkKoz @Akarys42 |