mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
update label names for check_labels job
This commit is contained in:
@@ -285,4 +285,4 @@ check-labels:
|
||||
only:
|
||||
- /^[0-9]+$/
|
||||
script:
|
||||
- ./scripts/gitlab/check_tags.sh
|
||||
- ./scripts/gitlab/check_labels.sh
|
||||
|
||||
@@ -5,9 +5,9 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh
|
||||
|
||||
# Must have one of the following labels
|
||||
labels=(
|
||||
'B0-silent'
|
||||
'B1-releasenotes'
|
||||
'B1-runtimenoteworthy'
|
||||
'B1-silent'
|
||||
'B2-runtimenoteworthy'
|
||||
)
|
||||
|
||||
echo "[+] Checking labels for $CI_COMMIT_BRANCH"
|
||||
Reference in New Issue
Block a user