mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
@@ -11,7 +13,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
🚀 **New Pull Request Opened!**
|
🚀 **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 }}
|
👤 **Author:** ${{ github.event.pull_request.user.login }}
|
||||||
env:
|
env:
|
||||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
|||||||
Reference in New Issue
Block a user