kernels
kernels copied to clipboard
Provide opt-in email for notification on failed build
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": ["[email protected]", "[email protected]"],
"github": "user/project"
}
Investigate proper way to do sending/remailing for notifications.
@rgbkrk knows something about sending out emails, I think.
"Use mailgun, feel happy" is my primary advice.
Thanks! And it appears to be free up to 10k emails per month, which should be plenty for this.