Skip to content

Commit

Permalink
Create discord-pr-notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubens authored Feb 2, 2025
1 parent 4040e93 commit 7440f86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/discord-pr-notify.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 7440f86

Please sign in to comment.