JasonEtco / ci-reporter

🚧📝 GitHub App to show CI failure logs in PR comments
https://github.com/apps/ci-reporter
ISC License
48 stars 11 forks source link

support gitlab ci #54

Open inyee786 opened 5 years ago

inyee786 commented 5 years ago

Gitlab is a great ci tool to build

JasonEtco commented 5 years ago

I'm not opposed! I haven't used GitLab's CI tool, and I'm not sure if it has an API for CI-Reporter to use. If you're open to working on this, feel free to open a PR and we can work on it there!

inyee786 commented 5 years ago

@JasonEtco gitlab has api, we can take help from there(https://docs.gitlab.com/ee/api/), they also have webhook for each repo

inyee786 commented 5 years ago

i would love to open the pr but it might take some time