mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Create discord-pr-notify.yml
This commit is contained in:
parent
4040e934b2
commit
7440f86d2d
1 changed files with 17 additions and 0 deletions
17
.github/workflows/discord-pr-notify.yml
vendored
Normal file
17
.github/workflows/discord-pr-notify.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send Discord Notification
|
||||
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 }}
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
Loading…
Add table
Reference in a new issue