Fix check-labels.yml for forked repos (#2677)

* fix check-labels.yml for forked repos

* update labels
This commit is contained in:
Martin Pugh
2021-03-23 17:37:45 +01:00
committed by GitHub
parent fcb215332f
commit d11bf20a3c
2 changed files with 6 additions and 4 deletions
+5 -4
View File
@@ -31,10 +31,11 @@ priority_labels=(
)
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 for $CI_COMMIT_BRANCH"