lhotari edited a comment on pull request #10855: URL: https://github.com/apache/pulsar/pull/10855#issuecomment-856082764
> Looks good. Is there a way to trigger an email notification to the dev@ list when the job fails? It's possible, but a bit complicated in GitHub Actions to send email. There are multiple ways to implement the sending of email from GitHub Actions. You need an email sending service in all solutions. The simplest way might be with SendGrid free, adding the API key as a GitHub Actions secret and using a shell script where [curl is used to send email via the SendGrid REST API](https://sendgrid.com/docs/for-developers/sending-email/curl-examples/). Perhaps that could be done separately once we see how well the scheduled job works? Notifications do get sent by GitHub when an action fails but I'm not exactly sure how this gets delivered in apache/pulsar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
