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' )