mightybyte / zeus

BSD 3-Clause "New" or "Revised" License
91 stars 9 forks source link

Handle PRs/MRs and set the build status appropriately #4

Open mightybyte opened 4 years ago

mightybyte commented 4 years ago

In GitLab by @mightybyte on Jun 24, 2019, 24:04

mightybyte commented 4 years ago

Pull request #37 adds status lights for GitHub. GitLab is still todo. The API for GitHub didn't actually require full support for pull requests in order to implement this. This means that full secure handling of pull requests is decoupled and doesn't have to block status handling. I haven't checked the GitLab API yet, but the same may be the case there too.