Skip to content

Commit

Permalink
[GitHub] Fix review request Discord msg (#4502)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Feb 16, 2024
1 parent 8f45a1e commit 382794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-github-activity-pr.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
python scripts/discord/post-discord-message.py
working-directory: ${{ github.workspace }}
env:
MESSAGE: ":eyeglasses: Review requested: join(github.event.pull_request.requested_reviewers.*.login, ', ') would you please review [#${{github.event.pull_request.number}}](https://github.com/sofa-framework/sofa/pull/${{github.event.pull_request.number}})?"
MESSAGE: ":eyeglasses: Review requested: ${{ join(github.event.pull_request.requested_reviewers.*.login, ', ') }} would you please review [#${{github.event.pull_request.number}}](https://github.com/sofa-framework/sofa/pull/${{github.event.pull_request.number}})?"
BOT_NAME: "SOFA Github bot"
EMBEDS_TITLE: ""
EMBEDS_URL: ""
Expand Down

0 comments on commit 382794d

Please sign in to comment.