Fix CI for new labels (#8432)

* Fix up CI/CD for the new labels.

* New labels.

* Fix labels

* Fix labels

* Fix accidental change
This commit is contained in:
Gavin Wood
2021-03-23 12:10:03 +01:00
committed by GitHub
parent 0c91f60e13
commit 956262a182
3 changed files with 22 additions and 14 deletions
+9 -8
View File
@@ -25,17 +25,18 @@ releasenotes_labels=(
)
criticality_labels=(
'C1-low'
'C3-medium'
'C7-high'
'C9-critical'
'C1-low 📌'
'C3-medium 📣'
'C7-high ❗️'
'C9-critical ‼️'
)
audit_labels=(
'D1-trivial'
'D1-audited👍'
'D5-nicetohaveaudit⚠️'
'D9-needsaudit👮'
'D1-audited 👍'
'D2-notlive 💤'
'D3-trivial 🧸'
'D5-nicetohaveaudit ⚠️'
'D9-needsaudit 👮'
)
echo "[+] Checking release notes (B) labels"