versatile-data-kit icon indicating copy to clipboard operation
versatile-data-kit copied to clipboard

Enable PR (Gitlab CI) Checks for PR from forks

Open antoniivanov opened this issue 3 years ago • 3 comments

What is the feature request? What problem does it solve? When you open a PR from a fork, our Gitlab CI does not trigger. This is because the Gitlab CI/CD mirroring does not handle forks on GitHub SCM https://gitlab.com/gitlab-org/gitlab/-/issues/5667

This makes it harder for any external contributors to merge and test. So far I've been merging manually any such contributions.

Suggested solution

Trigger Gitlab CI from Github Actions instead using something like https://github.com/marketplace/actions/trigger-gitlab-ci

antoniivanov avatar Jun 05 '22 08:06 antoniivanov

This looks interesting as potential implementation as well: https://github.com/coq/bot

antoniivanov avatar Sep 05 '22 11:09 antoniivanov

Triaged. Closed as stale.

Will be revisit in the future, once we have external contributors, that are not maintainers in the project.

sabadzhiev avatar Jun 22 '23 13:06 sabadzhiev

This might be helpful https://github.com/marketplace/actions/trigger-gitlab-ci-through-webhooks

antoniivanov avatar Oct 05 '23 11:10 antoniivanov