From a1013321a61236c053afaf263a4fd1655ed14ef2 Mon Sep 17 00:00:00 2001 From: Johannes Jonker Date: Mon, 6 Jan 2025 22:35:45 +0100 Subject: [PATCH] Update action.yml Clarify default severity label --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cb09d63..4044b48 100644 --- a/action.yml +++ b/action.yml @@ -14,11 +14,11 @@ inputs: description: 'If set to true, will resolve any alert with the same pagerduty-dedup-key (if such an alert exists).' required: false severity: - description: 'Notification severity label.' + description: 'Notification severity label. If omitted, alerts will be "critical".' required: false runs: using: 'node20' main: 'index.js' branding: icon: 'alert-triangle' - color: 'red' \ No newline at end of file + color: 'red'