Update CODEOWNERS file with my new username (#5911)

This commit is contained in:
Jakub Kuczys 2022-11-17 20:16:01 +01:00 committed by GitHub
parent 4574f13ad5
commit 66f906c274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/CODEOWNERS vendored
View File

@ -1,25 +1,25 @@
# Cogs
/redbot/cogs/audio/** @aikaterna @PredaaA
/redbot/cogs/downloader/* @jack1142
/redbot/cogs/downloader/* @Jackenmen
/redbot/cogs/streams/* @palmtree5
/redbot/cogs/mutes/* @TrustyJAID
# Docs - Install and update guides
/docs/install_guides/** @jack1142
/docs/update_red.rst @jack1142
/docs/install_guides/** @Jackenmen
/docs/update_red.rst @Jackenmen
# Docs - Version guarantees
/docs/version_guarantees.rst @jack1142
/docs/version_guarantees.rst @Jackenmen
# Trivia Lists
/redbot/cogs/trivia/data/lists/whosthatpokemon*.yaml @aikaterna
# Tests
/redbot/pytest/downloader* @jack1142
/tests/cogs/downloader/* @jack1142
/redbot/pytest/downloader* @Jackenmen
/tests/cogs/downloader/* @Jackenmen
# Schemas
/schema/* @jack1142
/schema/* @Jackenmen
# CI
/.travis.yml @Kowlin