retest / rebazer

Helper service to handle pull requests on GitHub and Bitbucket.
GNU Affero General Public License v3.0
7 stars 2 forks source link

Support GitHub #8

Closed beatngu13 closed 6 years ago

beatngu13 commented 7 years ago

We should also support GitHub since we have repositories here as well. GitHub has webhooks, hence, we don't need a polling strategy.

beatngu13 commented 6 years ago

@martin-v made a good and important point: Without webhooks, one doesn't have to expose the service externally. Therefore, I think we should use a polling strategy for GitHub as well.