From 423bb8e005741b475b39038b28845d13ffd09c87 Mon Sep 17 00:00:00 2001 From: Alex Urbina <42731074+urbinaalex17@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:09:20 -0600 Subject: [PATCH] DEVOPS-1782 ADD: no-changes event in Slack message setup (#270) --- report-deployment-status-to-slack/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/report-deployment-status-to-slack/action.yml b/report-deployment-status-to-slack/action.yml index bf9953c7..81075b87 100644 --- a/report-deployment-status-to-slack/action.yml +++ b/report-deployment-status-to-slack/action.yml @@ -93,6 +93,12 @@ runs: $url SHA: \`$commit_sha\`" ;; + + no-changes) + SLACK_MESSAGE=":heavy_minus_sign: No changes were made for \`$tag\` deployment to $environment on $project. + $url + SHA: \`$commit_sha\`" + ;; esac }