diff options
author | max42 <max42@yandex-team.com> | 2023-07-31 11:40:35 +0300 |
---|---|---|
committer | max42 <max42@yandex-team.com> | 2023-07-31 11:40:35 +0300 |
commit | 7107a9b540de50846e4c8fc0908cca7dd0898dac (patch) | |
tree | d46dcb4b8233be489219245cb5d22fbe5b2b156a /.github | |
parent | 2a9b86aea68825318c083a9327c6d3df42543d5f (diff) | |
download | ydb-7107a9b540de50846e4c8fc0908cca7dd0898dac.tar.gz |
Add yt/ to allowed top-level dirs.
Diffstat (limited to '.github')
-rwxr-xr-x | .github/check_dirs.sh | 1 |
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 |