aboutsummaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-27 23:39:54 +0100
committerGravatar GitHub <[email protected]>2020-11-27 23:39:54 +0100
commit0303adc87fdd54682a0a241cf296145cc30ff333 (patch)
treeb339ab1b463422e89f7350446b562d4ee73f2401 /.github/CODEOWNERS
parentAdd @Akarys42 to the codeowners (diff)
Add myself to CODEOWNERS for CI files
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
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