Using "or" in Automations

When creating an automation I want to notify users if an Item has a one or more Status values.
For instance, we have leads which we categorise as “Hot”, “Warm”, “Cold”, “Dead”, “Sold”.

I want to notify users about their leads that are either “Hot”, “Warm” or “Cold”, so my automation would be:

Notify [User] when [Date arrives] and
[Status] is Hot
or
[Status] is Warm
or
[Status] is Cold

All I can see is that automations can only “add” conditions, not have an “or” function. As such, I have to create three individual automations to manage this process.

Is it possible to use “or” in an automation, and so manage this notififcation in one automation?