From 1f6e5395909f908d15697cf6f8a0f45b4a0262ba Mon Sep 17 00:00:00 2001 From: Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:15:42 +0300 Subject: [PATCH] Add commit message and committer to acceptance tests slack alert (#946) * Add commit message and committer username to slack alerts * Use name instead of username * Use name and email --- .github/workflows/acceptance_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance_tests.yml b/.github/workflows/acceptance_tests.yml index 46a557ab8..fe3a66279 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -43,7 +43,7 @@ jobs: with: status: ${{ job.status }} notification_title: 'Mizu {workflow} has {status_message}' - message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit: <{commit_url}|{commit_sha}>' + message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit <{commit_url}|{commit_sha} ${{ github.event.head_commit.message }}> ${{ github.event.head_commit.committer.name }} <${{ github.event.head_commit.committer.email }}>' footer: 'Linked Repo <{repo_url}|{repo}>' notify_when: 'failure' env: