From d5033456bb0e7e9cbfb661fcc1902693c65720c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 12 May 2020 13:08:05 +0200 Subject: [PATCH] Check for correct tag in `check_tags.sh` (#1087) --- polkadot/scripts/gitlab/check_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/scripts/gitlab/check_tags.sh b/polkadot/scripts/gitlab/check_tags.sh index f8f3df941f..f989a060c1 100755 --- a/polkadot/scripts/gitlab/check_tags.sh +++ b/polkadot/scripts/gitlab/check_tags.sh @@ -6,7 +6,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh # Must have one of the following labels labels=( 'B1-releasenotes' - 'B1-runtimeworthy' + 'B1-runtimenoteworthy' 'B1-silent' )