Check for correct tag in check_tags.sh (#1087)

This commit is contained in:
Bastian Köcher
2020-05-12 13:08:05 +02:00
committed by GitHub
parent 4084820f0e
commit d5033456bb
+1 -1
View File
@@ -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'
)