diff options
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f41ef83b..cffe15d5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,7 @@ # Extensions groups -bot/exts/christmas/** @ks129 -bot/exts/halloween/** @ks129 +bot/exts/events/advent_of_code/** @ks129 +bot/exts/events/hacktoberfest/** @ks129 +bot/exts/holidays/halloween/** @ks129 # CI & Docker .github/workflows/** @Akarys42 @SebastiaanZ @Den4200 |