From f9ac79203fa17189f215ab35b1d680f092448328 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Mon, 28 Oct 2024 12:11:08 +0300 Subject: [PATCH] Added universities --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e764af9bd..38a3e4eca 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,7 +15,7 @@ jobs: run: | prName="${{ github.event.pull_request.title }}" university=`echo $prName | awk '{ sub(/.*\[/, ""); sub(/\].*/, ""); print }'` - universities=("SPBGU" "NUP" "CUB") + universities=("SPBGU" "NUP" "CUB" "HSE" "ITMO") if [[ ! $(echo ${universities[@]} | grep -F -w $university) ]]; then echo "FIASCO: Wrong university name or format in pull request title: $university "