mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-19 20:01:08 -05:00
Try a link without a preview
This commit is contained in:
5
.github/workflows/discord-pr-notify.yml
vendored
5
.github/workflows/discord-pr-notify.yml
vendored
@@ -1,3 +1,5 @@
|
||||
name: Discord PR Notifier
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
@@ -11,7 +13,8 @@ jobs:
|
||||
with:
|
||||
args: |
|
||||
🚀 **New Pull Request Opened!**
|
||||
🔗 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})
|
||||
📝 **Title:** ${{ github.event.pull_request.title }}
|
||||
🔗 <${{ github.event.pull_request.html_url }}>
|
||||
👤 **Author:** ${{ github.event.pull_request.user.login }}
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
||||
Reference in New Issue
Block a user