From 0beee753afa6327e91a1c5029da8da48b9d90440 Mon Sep 17 00:00:00 2001 From: Kirill Yukhin <kyukhin@tarantool.org> Date: Mon, 3 Apr 2023 18:25:00 +0300 Subject: [PATCH] Add CODEOWNERS file To make changelog preparation less stressful let's pass each and every change to changelogs/ directly through the doc team. NO_CHANGELOG=no code changes NO_TEST=no code changes NO_DOC=no code changes (cherry picked from commit 2970bd57a5982145aff557dc13dcbdefa3d52da9) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..df58c2ff69 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Documentation team is in charge of changelogs. +# No changes should go w/o approval by doc team +/changelogs/ @tarantool/doc -- GitLab