Skip to content

Commit

Permalink
adjust formatting of PR merge notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Sep 21, 2023
1 parent cfdb737 commit ce31b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix_pr_merge_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ce31b8f

Please sign in to comment.