mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.27k stars 240 forks source link

Include pipelines from MR pipelines that live on the source repository #725

Open mathstuf opened 1 year ago

mathstuf commented 1 year ago

It would be useful to include pipelines for merge requests that live on the source project because the author doesn't have permissions to create pipelines in the target repository. This would involve querying all MR pipelines (probably best via this endpoint.

mathstuf commented 1 year ago

I have a set of diffs locally that I need to test.