Tags to add to ntfy.sh messages. See https://docs.ntfy.sh/publish/#tags-emojis for more information.
Declarations
Type
list of (submodule)
Default
[
{
condition = "status == \"resolved\"";
tag = "green_circle";
}
{
condition = "status == \"firing\"";
tag = "red_circle";
}
]