diff --git a/.github/workflows/notify-docs-team.yml b/.github/workflows/notify-docs-team.yml index 885d71a3f3..ea48f29bd0 100644 --- a/.github/workflows/notify-docs-team.yml +++ b/.github/workflows/notify-docs-team.yml @@ -47,7 +47,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "ready for review by <${{ github.event.pull_request.user.html_url }}|${{ github.event.pull_request.user.login }}>: <${{ github.event.pull_request.html_url }}>" + "text": "<${{ github.event.pull_request.user.html_url }}|${{ github.event.pull_request.user.login }}> has ready for review <${{ github.event.pull_request.html_url }}>|TF PR ${{ github.event.pull_request.number }}" } } ]