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
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