diff options
author | 2021-09-05 12:01:42 -0400 | |
---|---|---|
committer | 2021-09-05 12:01:42 -0400 | |
commit | be7257da7e343b28b6bce21a728cfbf473ccebec (patch) | |
tree | f8c5b7bd44bf9760dc02d5d8fc171e28074a6b43 | |
parent | Move game and fun commands to Fun folder, fix ddg (diff) |
Update CODEOWNERS to reflect file moves
-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 |