From 7b75befb180e3f0266152d83cb647a5bd68541bc Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 9 Jul 2021 10:03:37 +1000 Subject: [PATCH] ci: Add codeowners for test_apps categories --- .gitlab/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 66dc78c682..333c50623a 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -173,4 +173,10 @@ /tools/ldgen/ @esp-idf-codeowners/build-config /tools/mass_mfg/ @esp-idf-codeowners/app-utilities +## Note: owners here should be the same as the owners for the same example subdir, above +/tools/test_apps/build_system/ @esp-idf-codeowners/build-config +/tools/test_apps/protocols/ @esp-idf-codeowners/network @esp-idf-codeowners/app-utilities +/tools/test_apps/security/ @esp-idf-codeowners/security +/tools/test_apps/system/ @esp-idf-codeowners/system + requirements.txt @esp-idf-codeowners/tools