jupyter / kernels

Kernel testing and listing infrastructure
Other
18 stars 13 forks source link

Provide opt-in email for notification on failed build #4

Open bollwyvl opened 8 years ago

bollwyvl commented 8 years ago

As a maintainer, when my kernel fails some tests, I would like to get an email!

In kernel/xyzkernel/meta.whatever, offer a place to capture notifications, starting with email:

"notifications": {
  "email": ["maintainer@example.com", "mailing-list@project.org"],
  "github": "user/project"
}

Investigate proper way to do sending/remailing for notifications.

takluyver commented 8 years ago

@rgbkrk knows something about sending out emails, I think.

rgbkrk commented 8 years ago

"Use mailgun, feel happy" is my primary advice.

takluyver commented 8 years ago

Thanks! And it appears to be free up to 10k emails per month, which should be plenty for this.