From 2de7107c0a1d787b96a575d5fd2d037b3d6ad9b1 Mon Sep 17 00:00:00 2001 From: Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:48:50 +0300 Subject: [PATCH] Use author instead of commiter in slack alerts (#992) --- .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 41ab1136f..8e8ec9d2f 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}> by ${{ github.event.head_commit.committer.name }} <${{ github.event.head_commit.committer.email }}> ```${{ github.event.head_commit.message }}```' + message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit <{commit_url}|{commit_sha}> by ${{ github.event.head_commit.author.name }} <${{ github.event.head_commit.author.email }}> ```${{ github.event.head_commit.message }}```' footer: 'Linked Repo <{repo_url}|{repo}>' notify_when: 'failure' env: