aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-16 17:50:09 +0200
committerGravatar GitHub <[email protected]>2020-12-16 17:50:09 +0200
commitc64132452168a5d7e316f9b592aabb6d632e394e (patch)
tree02f2a9a4f52e9e1bf1f3b1c7ea1d1e72fda985aa
parentAdd callback to log errors in AoC background tasks (diff)
Add codeowner entries for ks129
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6afbfb31..16e89359 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,7 @@
+# Extensions groups
+bot/exts/christmas/** @ks129
+bot/exts/halloween/** @ks129
+
# CI & Docker
.github/workflows/** @Akarys42 @SebastiaanZ @Den4200
Dockerfile @Akarys42 @Den4200