mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 06:37:56 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user