Fix up CI for new labels (#2673)

* Fix up CI/CD for the new labels.

* Fix labels
This commit is contained in:
Gavin Wood
2021-03-23 12:17:29 +01:00
committed by GitHub
parent edb36153b1
commit 3c8b9271c4
3 changed files with 19 additions and 36 deletions
+4 -4
View File
@@ -23,10 +23,10 @@ releasenotes_labels=(
)
priority_labels=(
'C1-low'
'C3-medium'
'C7-high'
'C9-critical'
'C1-low 📌'
'C3-medium 📣'
'C7-high ❗️'
'C9-critical ‼️'
)
echo "[+] Checking release notes (B) labels for $CI_COMMIT_BRANCH"