From 0a6d775fa7935039de8c81ce669f084c003996d0 Mon Sep 17 00:00:00 2001 From: Anna Prosvetova Date: Sun, 21 Aug 2022 14:51:04 +0200 Subject: [PATCH] Github: Update CODEOWNERS (#1631) --- .github/CODEOWNERS | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 71acb5f1..ea165de2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,7 +17,6 @@ /applications/gui/ @skotopes @DrZlo13 @hedger /applications/ibutton/ @skotopes @DrZlo13 @hedger @gsurkov /applications/infrared/ @skotopes @DrZlo13 @hedger @gsurkov -/applications/infrared_monitor/ @skotopes @DrZlo13 @hedger @gsurkov /applications/input/ @skotopes @DrZlo13 @hedger /applications/lfrfid/ @skotopes @DrZlo13 @hedger /applications/lfrfid_debug/ @skotopes @DrZlo13 @hedger @@ -46,11 +45,11 @@ /debug/ @skotopes @DrZlo13 @hedger # Docker -/docker/ @skotopes @DrZlo13 @hedger @aprosvetova -/docker-compose.yml @skotopes @DrZlo13 @hedger @aprosvetova +/docker/ @skotopes @DrZlo13 @hedger @drunkbatya +/docker-compose.yml @skotopes @DrZlo13 @hedger @drunkbatya # Documentation -/documentation/ @skotopes @DrZlo13 @hedger @aprosvetova +/documentation/ @skotopes @DrZlo13 @hedger @drunkbatya # Firmware targets /firmware/ @skotopes @DrZlo13 @hedger @@ -84,8 +83,5 @@ /lib/u8g2/ @skotopes @DrZlo13 @hedger /lib/update_util/ @skotopes @DrZlo13 @hedger -# Make tools -/make/ @skotopes @DrZlo13 @hedger @aprosvetova - # Helper scripts /scripts/ @skotopes @DrZlo13 @hedger