From 446eccd8137b93764e5490a652183300f6c813c8 Mon Sep 17 00:00:00 2001 From: Kirill Yukhin <kyukhin@tarantool.org> Date: Fri, 28 Jul 2023 11:08:04 +0000 Subject: [PATCH] Add owners for /.test.mk and /.github Add code owners for CI-related script and for github automation directory. NO_CHANGELOG=no code changes NO_TEST=no code changes NO_DOC=no code changes (cherry picked from commit 9234763adee0e57c0e9f1c3c9e518d1af6b13f07) --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb760afeef..d0b2e663e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,7 @@ # Documentation team is in charge of changelogs. # No changes should go w/o approval by doc team /changelogs/ @tarantool/doc +/.github/ @tarantool/devx /test/ @tarantool/devx +/.test.mk @tarantool/devx /test-run/ @tarantool/devx -- GitLab