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
d67df24f
Unverified
Commit
d67df24f
authored
May 17, 2021
by
Martin Pugh
Browse files
fix check_labels
parent
ebbb354b
Pipeline
#138349
canceled with stages
in 5 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/check-labels.yml
View file @
d67df24f
...
...
@@ -19,3 +19,4 @@ jobs:
GITHUB_PR
:
${{ github.event.pull_request.number }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
HEAD_SHA
:
${{ github.event.pull_request.head.sha }}
BASE_SHA
:
${{ github.event.pull_request.base.sha }}
scripts/github/check_labels.sh
View file @
d67df24f
...
...
@@ -54,7 +54,7 @@ else
exit
1
fi
if
has_runtime_changes
origin/master
"
${
HEAD_SHA
}
"
;
then
if
has_runtime_changes
"
${
BASE_SHA
}
"
"
${
HEAD_SHA
}
"
;
then
echo
"[+] Runtime changes detected. Checking audit (D) labels"
if
ensure_labels
"
${
audit_labels
[@]
}
"
;
then
echo
"[+] Release audit label detected. All is well."
...
...
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