Closed TakumaKurosawa closed 6 months ago
I'd like to work on this. I've already make PR: https://github.com/pipe-cd/pipecd/pull/4659
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
What would you like to be added: Call
os.Exit(1)
when plan-preview sent an error message.Why is this needed: Plan preview CI send error comment but workflow is still succeeded. So we have to exit with error status code when exception case.