From 4abcae207a8b2bc03fc97f86f4ffe7d1f424b51a Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 18 Oct 2021 15:19:32 +0800 Subject: [PATCH] ci: set tools ignore files codeowner to tools group --- .gitlab/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 56f701a2ee..2f0f308768 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -203,8 +203,8 @@ requirements.txt @esp-idf-codeowners/tools # sort-order-reset -^[Ignore Lists] -/tools/ci/check_copyright_ignore.txt @esp-idf-codeowners/ci @esp-idf-codeowners/tools -/tools/ci/check_examples_cmake_make-cmake_ignore.txt @esp-idf-codeowners/ci @esp-idf-codeowners/tools -/tools/ci/check_examples_cmake_make-make_ignore.txt @esp-idf-codeowners/ci @esp-idf-codeowners/tools -/tools/ci/mypy_ignore_list.txt @esp-idf-codeowners/ci @esp-idf-codeowners/tools +# ignore lists +/tools/ci/check_copyright_ignore.txt @esp-idf-codeowners/tools +/tools/ci/check_examples_cmake_make-cmake_ignore.txt @esp-idf-codeowners/tools +/tools/ci/check_examples_cmake_make-make_ignore.txt @esp-idf-codeowners/tools +/tools/ci/mypy_ignore_list.txt @esp-idf-codeowners/tools