Drillster / drone-email

Drone plugin for sending email notifications
Apache License 2.0
44 stars 43 forks source link

[Feature request] Ignore email send error #66

Closed mashirozx closed 2 years ago

mashirozx commented 2 years ago

In my case, the workflow failed due to the invalid Email address of the dependabot's auto commit.

image

We need an option to bypass this~

mjwwit commented 2 years ago

Wouldn't you just be able to ignore the failure using Drone config like this: https://docs.drone.io/pipeline/docker/syntax/steps/#failure?

mashirozx commented 2 years ago

oh, that is what I need, thank you 💖