diff options
| author | 2021-03-06 07:13:08 -0800 | |
|---|---|---|
| committer | 2021-03-06 07:13:08 -0800 | |
| commit | 1552dd031dd508af4bc54ce7070aaae5858444df (patch) | |
| tree | 20121fe09df73fdc7493b3f5638a619b34e90d96 /.github | |
| parent | Remove compatibility-none returns from filters (diff) | |
| parent | Merge pull request #1392 from ChrisLovering/Don't-suggest-when-a-tag-is-on-co... (diff) | |
Merge branch 'master' into ks123/watchlist-trigger-reason
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ad813d893..7217cb443 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,11 +7,15 @@ bot/exts/utils/extensions.py @MarkKoz bot/exts/utils/snekbox.py @MarkKoz @Akarys42 bot/exts/help_channels/** @MarkKoz @Akarys42 bot/exts/moderation/** @Akarys42 @mbaruh @Den4200 @ks129 -bot/exts/info/** @Akarys42 @mbaruh @Den4200 +bot/exts/info/** @Akarys42 @Den4200 +bot/exts/info/information.py @mbaruh bot/exts/filters/** @mbaruh bot/exts/fun/** @ks129 bot/exts/utils/** @ks129 +# Rules +bot/rules/** @mbaruh + # Utils bot/utils/extensions.py @MarkKoz bot/utils/function.py @MarkKoz |