Skip to content

Commit

Permalink
Try to create a thread
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubens authored Feb 2, 2025
1 parent 7440f86 commit a059882
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/discord-pr-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: |
🚀 **New Pull Request Opened!**
🔗 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})
👤 **Author:** ${{ github.event.pull_request.user.login }}
{
"content": ":rocket: **New Pull Request Opened!**\n:link: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})\n:bust_in_silhouette: **Author:** ${{ github.event.pull_request.user.login }}",
"thread_name": "PR Discussion: #${{ github.event.pull_request.number }}",
"flags": 4
}
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit a059882

Please sign in to comment.