aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authormax42 <max42@yandex-team.com>2023-07-31 11:40:35 +0300
committermax42 <max42@yandex-team.com>2023-07-31 11:40:35 +0300
commit7107a9b540de50846e4c8fc0908cca7dd0898dac (patch)
treed46dcb4b8233be489219245cb5d22fbe5b2b156a /.github
parent2a9b86aea68825318c083a9327c6d3df42543d5f (diff)
downloadydb-7107a9b540de50846e4c8fc0908cca7dd0898dac.tar.gz
Add yt/ to allowed top-level dirs.
Diffstat (limited to '.github')
-rwxr-xr-x.github/check_dirs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/check_dirs.sh b/.github/check_dirs.sh
index edd4bc9d53..9836359daf 100755
--- a/.github/check_dirs.sh
+++ b/.github/check_dirs.sh
@@ -15,6 +15,7 @@ declare -A top_dirs=(
[library/]=1,
[tools/]=1,
[scripts/]=1,
+ [yt/]=1,
)
cd $GIT_URL