Skip to content

Commit 4a3b85d

Browse files
authored
Update pr-merged.yml
1 parent ace399c commit 4a3b85d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/pr-merged.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ jobs:
2020
with:
2121
payload: |
2222
{
23-
"text": "🚀 Pull Request *#${{ github.event.pull_request.number }}* has been merged into *dev* branch!\n<${{ github.event.pull_request.html_url }}|pr로 이동>\n\n${{ toJson(github.event.pull_request.body) }}",
23+
"text": "🚀 Pull Request *#${{ github.event.pull_request.number }}* has been merged into *dev* branch!",
2424
"attachments": [
2525
{
26-
"title": "PR Details",
27-
"title_link": "${{ github.event.pull_request.html_url }}",
28-
"text": ${{ toJson(github.event.pull_request.body) }}
26+
"fallback":"pr url: ${{ github.event.pull_request.html_url }}",
27+
"pretext":"pr url: ${{ github.event.pull_request.html_url }}",
28+
"color":"#D00000",
29+
"fields":[
30+
{
31+
"title":"PR",
32+
"value":"${{ github.event.pull_request.body }}",
33+
"short":false
34+
}
35+
]
2936
}
3037
]
3138
}

0 commit comments

Comments
 (0)