change codeowner (#375)

This commit is contained in:
coreglitch 2021-03-10 12:33:22 +03:00 committed by GitHub
parent fef16a8e7a
commit 78e1b79139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/CODEOWNERS vendored
View File

@ -1,10 +1,10 @@
# CTO owns all the code by default
# who owns all the code by default
* @glitchcore
* @skotopes
# unknow applications
applications/** @glitchcore
applications/** @skotopes
# assets and asset generator
@ -61,7 +61,7 @@ firmware/targets/f4/api-hal/api-hal-bt.c @skotopes
# Sub-GHz
applications/cc1101-workaround/** @glitchcore
# applications/cc1101-workaround/** @glitchcore
# Dolphin
@ -84,7 +84,7 @@ applications/irda/** @DrZlo13
# LF RFID
applications/lf-rfid/** @glitchcore
# applications/lf-rfid/** @glitchcore
# Menu
@ -112,8 +112,8 @@ firmware/targets/f4/api-hal/api-hal-power.c @skotopes
# Some applications
applications/music-player/** @DrZlo13
applications/floopper-bloopper/** @glitchcore
applications/gpio-tester/** @glitchcore
applications/floopper-bloopper/** @skotopes
# applications/gpio-tester/** @glitchcore
applications/gui-test/** @DrZlo13
lib/app-template/** @DrZlo13