From 598325b1aae4d26776d1d406dc7d3f631eb61160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 11 May 2020 12:26:03 +0200 Subject: [PATCH] Check for correct tag in `check_tags.sh` --- scripts/gitlab/check_tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab/check_tags.sh b/scripts/gitlab/check_tags.sh index f8f3df941fb1..f989a060c19a 100755 --- a/scripts/gitlab/check_tags.sh +++ b/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' )