diff --git a/polkadot/.github/workflows/check-labels.yml b/polkadot/.github/workflows/check-labels.yml index 7c7fd734fa7b5fa152919d7a825c4511a39e0a00..66e37b65fe4528eec65ae084c626b775ecc1c078 100644 --- a/polkadot/.github/workflows/check-labels.yml +++ b/polkadot/.github/workflows/check-labels.yml @@ -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: diff --git a/polkadot/scripts/github/check_labels.sh b/polkadot/scripts/github/check_labels.sh index 6415518136903a5fbf4b70505b958b4aa71101b3..e18272ec8e14298834d91ad3adf204add2b530a3 100755 --- a/polkadot/scripts/github/check_labels.sh +++ b/polkadot/scripts/github/check_labels.sh @@ -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"