diff --git a/polkadot/.github/workflows/check-labels.yml b/polkadot/.github/workflows/check-labels.yml index 7c7fd734fa..66e37b65fe 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 6415518136..e18272ec8e 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"