Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5d661e1

Browse files
authored
Check for correct tag in check_tags.sh (#1087)
1 parent e64635a commit 5d661e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gitlab/check_tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh
66
# Must have one of the following labels
77
labels=(
88
'B1-releasenotes'
9-
'B1-runtimeworthy'
9+
'B1-runtimenoteworthy'
1010
'B1-silent'
1111
)
1212

0 commit comments

Comments
 (0)