prontolabs / pronto

Quick automated code review of your changes
MIT License
2.6k stars 245 forks source link

gogs / gitea / drone integration #275

Open alexanderadam opened 6 years ago

alexanderadam commented 6 years ago

Thank you very much for pronto. 🙌

I just wanted to ask how / whether it would be possible to integrate pronto with gogs / gitea (commonly used with Drone).

doomspork commented 6 years ago

@alexanderadam I have never used these but I don't see why it wouldn't be possible to integrate Pronto, it's been done with other CI tools.

alexanderadam commented 4 years ago

Gitea and gogs are no CI tools though. They are repository managers like GitHub, GitLab or Bitbucket.

I guess another API client library like megam_gogs or a Swagger client for the exposed API will be required but do you have any documentation regarding adding PR integration for another repository manager?