githubwebhooksgithub-services

Replacing Github email service with Webhooks


Right now we are using the Github email service so that our team receives notifications whenever changes are made. However, soon Github services will be deprecated. I was wondering if there was any pre existing services that could replicate the behavior that the Github email service produced. This would save us a lot of time and we wouldn't have to run a server just for handling this one webhook.

Thanks


Solution

  • As recently (Nov. 2018) confirmed in "GitHub Services Brownout Updates and Timeline", GitHub services (like email notification) will disappear in January 2019.

    The original annoucement suggested to replace them with webhooks.

    The intention of GitHub Services was to allow third-party developers to submit code for integrating with their services, but this functionality has been superseded by GitHub Apps and webhooks.

    In addition, check out GitHub Actions, still in beta but which have potential.
    There are efforts made to look for a webhook-based alternative in the meantime. As in for instance pyinstaller/pyinstaller issue 3579. But no clear answer yet.
    Update Feb. 2020: this issue is now closed. And GitHub Actions are no longer in beta.