[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
Showing
- polkadot/.github/workflows/check-labels.yml 16 additions, 0 deletionspolkadot/.github/workflows/check-labels.yml
- polkadot/.gitlab-ci.yml 0 additions, 10 deletionspolkadot/.gitlab-ci.yml
- polkadot/scripts/common/lib.sh 9 additions, 3 deletionspolkadot/scripts/common/lib.sh
- polkadot/scripts/github/check_labels.sh 5 additions, 4 deletionspolkadot/scripts/github/check_labels.sh
- polkadot/scripts/gitlab/check_runtime.sh 2 additions, 2 deletionspolkadot/scripts/gitlab/check_runtime.sh
- polkadot/scripts/gitlab/check_runtime_benchmarks.sh 2 additions, 2 deletionspolkadot/scripts/gitlab/check_runtime_benchmarks.sh
- polkadot/scripts/gitlab/check_web_wasm.sh 2 additions, 2 deletionspolkadot/scripts/gitlab/check_web_wasm.sh
- polkadot/scripts/gitlab/test_deterministic_wasm.sh 2 additions, 2 deletionspolkadot/scripts/gitlab/test_deterministic_wasm.sh
- polkadot/scripts/gitlab/test_linux_stable.sh 2 additions, 2 deletionspolkadot/scripts/gitlab/test_linux_stable.sh
Please register or sign in to comment