1

The webhooks guide lists email as one of the available services, however it seems that this only kicks off when a user actually pushes a change to the repository. How can you configure it so that an email is fired off for every event concerning that repo - issues opened/closed, pull requests, etc.?

Ralf Haring
  • 1,253
  • 1
  • 10
  • 18

1 Answers1

0

You cannot, currently. See this pull request to the github-services which would enable at least pull request notification by email, but it was never merged by GitHub.

As a work-around I currently use IFTTT on my Android device to get notified about pull requests by email.

sschuberth
  • 28,386
  • 6
  • 101
  • 146