I have a project on GitLab with GitHub set up as a push mirror.
On GitHub I run a couple actions that I’m unable to run on GitLab CI.
With some external CI systems (like Travis and Appveyor) I can see the status of those jobs on the pipeline, I was wondering if there’s a way of seeing the GitHub actions as well.
I managed to send updates using the GitLab API Commits API | GitLab
Though it’s a bit of a pain because I need to add status updates on every job
1 Like