Skip to content
Snippets Groups Projects
Commit d11bf20a authored by Martin Pugh's avatar Martin Pugh Committed by GitHub
Browse files

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

* fix check-labels.yml for forked repos

* update labels
parent fcb21533
Branches
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment