diff --git a/.github/workflows/Dalichecklist.yaml b/.github/workflows/Dalichecklist.yaml index 2276cd1..31fea12 100644 --- a/.github/workflows/Dalichecklist.yaml +++ b/.github/workflows/Dalichecklist.yaml @@ -59,10 +59,20 @@ jobs: "type": "plain_text", "text": ":grafana: Grafana dashboard" }, - "confirm": { - "type": "plain_text", - "text": "Do it" + "actions": [ + { + "text": "Thermonuclear War", + "style": "danger", + "type": "button", + "value": "war", + "confirm": { + "title": "Are you sure?", + "text": "Wouldn't you prefer a good game of chess?", + "ok_text": "Yes", + "dismiss_text": "No" + } } + ] #"url": "https://.grafana.net/d/my-app-dashboard?from=now-1h&to=now" } ]