Chore: Add PR author to slack notifications (#106501)

add PR author
This commit is contained in:
Timur Olzhabayev
2025-06-11 09:13:58 +02:00
committed by GitHub
parent 90c80d6738
commit 3fe25d2f1b
@@ -314,7 +314,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*PR:* <${{ github.event.pull_request.html_url }}|#${{ github.event.pull_request.number }}>"
"text": "*PR:* <${{ github.event.pull_request.html_url }}|#${{ github.event.pull_request.number }}>\n\nAuthor: ${{ github.event.pull_request.user.login }}"
},
{
"type": "mrkdwn",