File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1515 room_id : ${{ secrets.MATRIX_ROOM_ID }}
1616 access_token : ${{ secrets.MATRIX_ACCESS_TOKEN }}
1717 subject : " Pull Request Merged"
18- 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."
18+ message : " 🤖 [Pull Request #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) (created by [${{ github.event.pull_request.user.login }}](${{ github.event.pull_request.user.html_url }})) has been merged by [${{ github.event.pull_request.merged_by .login }}](${{ github.event.pull_request.merged_by .html_url }}) into the [${{ github.repository }}](${{ github.event.repository.html_url }}) repository."
1919 server : " matrix.org"
You can’t perform that action at this time.
0 commit comments