From 30fc56558132fcb6bd84741467f89a114c9d57d5 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Fri, 25 Aug 2023 22:57:12 +0300 Subject: [PATCH] Add @Totktonada as codeowner for config I want to receive review request notifications about the changes and let people know who is responsible to accept them. NO_CHANGELOG=no code changes NO_TEST=no code changes NO_DOC=no code changes --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d0b2e663e0..fe0ecaca03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,7 @@ /test/ @tarantool/devx /.test.mk @tarantool/devx /test-run/ @tarantool/devx +# Alexander Turenko wants to track all the activities around the +# declarative configuration. +/src/box/lua/config/ @Totktonada +/test/config-luatest/ @Totktonada -- GitLab