Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
ea6f7303
Unverified
Commit
ea6f7303
authored
Mar 23, 2021
by
Martin Pugh
Committed by
GitHub
Mar 23, 2021
Browse files
Fix check-labels.yml for forked repos (#2677)
* fix check-labels.yml for forked repos * update labels
parent
2bbeb01b
Pipeline
#130050
failed with stages
in 23 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/check-labels.yml
View file @
ea6f7303
...
...
@@ -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
:
...
...
scripts/github/check_labels.sh
View file @
ea6f7303
...
...
@@ -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
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment