[CI] Move check_labels to github actions (#2415)

* move lib.sh to common dir

* make check-labels a github action

* check out the repo

* fix secrets

* add labelled PR type

* remove check-labels job from gitlab

* trigger on unlabelling also
This commit is contained in:
Martin Pugh
2021-02-10 18:50:49 +01:00
committed by GitHub
parent 800126d4e1
commit 013b271359
9 changed files with 40 additions and 27 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
#shellcheck source=../common/lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/../common/lib.sh"
time cargo test --all --release --verbose --locked --features=runtime-benchmarks --features=real-overseer