diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml
index f173554b15df186852e25cf205604105b35f43bb..52386215e94f0568234b7475c3dd00242b276106 100644
--- a/polkadot/.gitlab-ci.yml
+++ b/polkadot/.gitlab-ci.yml
@@ -285,4 +285,4 @@ check-labels:
   only:
     - /^[0-9]+$/
   script:
-    - ./scripts/gitlab/check_tags.sh
+    - ./scripts/gitlab/check_labels.sh
diff --git a/polkadot/scripts/gitlab/check_tags.sh b/polkadot/scripts/gitlab/check_labels.sh
similarity index 93%
rename from polkadot/scripts/gitlab/check_tags.sh
rename to polkadot/scripts/gitlab/check_labels.sh
index f989a060c19a72b89f66c5bc7b30970de8ed41c5..5cdbdaad4d819c34bccaddc6c89ae8a7f35d4125 100755
--- a/polkadot/scripts/gitlab/check_tags.sh
+++ b/polkadot/scripts/gitlab/check_labels.sh
@@ -5,9 +5,9 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh
 
 # Must have one of the following labels
 labels=(
+  'B0-silent'
   'B1-releasenotes'
-  'B1-runtimenoteworthy'
-  'B1-silent'
+  'B2-runtimenoteworthy'
 )
 
 echo "[+] Checking labels for $CI_COMMIT_BRANCH"