PolymerLabs / project-health

Apache License 2.0
9 stars 3 forks source link

Migrate review event to subscriber model for app webhook events #525

Closed samuelli closed 6 years ago

samuelli commented 6 years ago

This PR should have effectively no changes. It introduces a subscriber model for webhook events to allow for decoupled handling of webhook events. Initially, this PR only migrates the pull_request_review handler to this new model, with the others coming in followup PRs.