Chore: Add PR author (#108513)

* add PR author

* show who's PR it is
This commit is contained in:
Timur Olzhabayev
2025-07-28 11:23:59 +00:00
committed by GitHub
parent c88a6fc2e7
commit 1c15493635
@@ -135,7 +135,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*PR:* <${{ github.event.pull_request.html_url }}|#${{ github.event.pull_request.number }}>\n*Job:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Job>"
"text": "*PR:* <${{ github.event.pull_request.html_url }}|#${{ github.event.pull_request.number }}>\n*Job:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Job>\n*Author:* ${{ github.event.pull_request.user.login }}"
}
},
{