aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-11-24 13:46:09 -0800
committerGravatar GitHub <[email protected]>2020-11-24 13:46:09 -0800
commit0a49cb61085c2ceb8974decc69b200905bcf14e7 (patch)
tree6f96831f6a913915a2c24b499b8525679f28ea3b
parentSpecify code ownership for Mark (diff)
Add Mark as a code owner of CI and Docker files
-rw-r--r--.github/CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5cdbc76bd..5f5386222 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -19,3 +19,8 @@ bot/utils/scheduling.py @MarkKoz
# Tests
tests/_autospec.py @MarkKoz
tests/bot/exts/test_cogs.py @MarkKoz
+
+# CI & Docker
+.github/workflows/** @MarkKoz
+Dockerfile @MarkKoz
+docker-compose.yml @MarkKoz