mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
update label names for check_labels job
This commit is contained in:
@@ -285,4 +285,4 @@ check-labels:
|
|||||||
only:
|
only:
|
||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
script:
|
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
|
# Must have one of the following labels
|
||||||
labels=(
|
labels=(
|
||||||
|
'B0-silent'
|
||||||
'B1-releasenotes'
|
'B1-releasenotes'
|
||||||
'B1-runtimenoteworthy'
|
'B2-runtimenoteworthy'
|
||||||
'B1-silent'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "[+] Checking labels for $CI_COMMIT_BRANCH"
|
echo "[+] Checking labels for $CI_COMMIT_BRANCH"
|
||||||
Reference in New Issue
Block a user