fintechstudios / ververica-platform-k8s-operator

Kubernetes Operator for the Ververica Platform
https://flink-packages.org/packages/ververica-platform-k8s-operator
Apache License 2.0
34 stars 12 forks source link

Trigger GitLab CI runs for external PRs #127

Open austince opened 4 years ago

austince commented 4 years ago

GitLab CI works by mirroring the GitHub repo but this does not allow external PRs to trigger CI pipelines, as the PR itself is not mirrored.

Coming from this suggestion, we should add a GH Action to trigger GitLab CI jobs for external PRs. Need to see if this will work for forks making PRs.

See: https://github.com/marketplace/actions/trigger-gitlab-ci

austince commented 4 years ago

Could also just switch to GitHub Actions CI/ CD, to keep it all here.