mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 17:47:56 +00:00
Fix check-labels.yml for forked repos (#2677)
* fix check-labels.yml for forked repos * update labels
This commit is contained in:
+1
@@ -12,6 +12,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
- name: Check labels
|
||||
run: bash ${{ github.workspace }}/scripts/github/check_labels.sh
|
||||
env:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user