Benjamin Pierce
Benjamin Pierce

Reputation: 517

How to get GitHub commit notifications by email after January

I'm part of several teams that depend heavily on GitHub's convenient "send an email every time anyone pushes commits" service, which is slated to disappear in a few weeks. I'm aware that it's been deprecated in favor of a more general WebHooks mechanism, but the docs are not very clear on exactly how one would instantiate the general mechanism to get back what the existing one does.

What is the easiest way to replicate the functionality that's going away?

Upvotes: 14

Views: 981

Answers (2)

VonC
VonC

Reputation: 1324318

Beside the original post (Replacing Services with webhooks), you have:

Upvotes: 10

Catalin Hritcu
Catalin Hritcu

Reputation: 803

As far as I can tell, GitHub has now restored the previous functionality and even documented it again: https://help.github.com/articles/about-email-notifications-for-pushes-to-your-repository

Upvotes: 2

Related Questions