[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
@@ -16,8 +16,8 @@
set -e # fail on any error
#Include the common functions library
#shellcheck source=lib.sh
. "$(dirname "${0}")/lib.sh"
#shellcheck source=../common/lib.sh
. "$(dirname "${0}")/../common/lib.sh"
SUBSTRATE_REPO="https://github.com/paritytech/substrate"
SUBSTRATE_REPO_CARGO="git\+${SUBSTRATE_REPO}"