From ce31b8fe91f55dbfeade1069b80935aa2c674aad Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Thu, 21 Sep 2023 12:57:41 -0500 Subject: [PATCH] adjust formatting of PR merge notification --- .github/workflows/matrix_pr_merge_notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_pr_merge_notify.yml b/.github/workflows/matrix_pr_merge_notify.yml index 16aa22aed..b0577d1e9 100644 --- a/.github/workflows/matrix_pr_merge_notify.yml +++ b/.github/workflows/matrix_pr_merge_notify.yml @@ -15,5 +15,5 @@ jobs: room_id: ${{ secrets.MATRIX_ROOM_ID }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} subject: "Pull Request Merged" - message: "Pull Request [#${{ github.event.pull_request.number }}](${{ github.event.pull_request.html_url }}) titled '${{ github.event.pull_request.title }}' has been merged by [${{ github.event.pull_request.user.login }}](${{ github.event.pull_request.user.html_url }}) into the [${{ github.repository }}](${{ github.event.repository.html_url }}) repository." + message: "🤖 [Pull Request #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) has been merged by [${{ github.event.pull_request.user.login }}](${{ github.event.pull_request.user.html_url }}) into the [${{ github.repository }}](${{ github.event.repository.html_url }}) repository." server: "matrix.org"