mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The github-services model for how GitHub would send requests to this legacy integration is no longer available since earlier in 2019. Removing this integration also allows us to finally remove authenticated_api_view, the legacy authentication model from 2013 that had been used for this integration (and other features long since upgraded). A few functions that were used by the Beanstalk webhook are moved into that webhook's implementation directly.