Skip to content

Commit

Permalink
Create discord-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pokabook authored Dec 29, 2023
1 parent 9985fe4 commit 82aa80d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/discord-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Discord Notification
on:
pull_request:
branches: [ "main", "develop" ]
jobs:
message:
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
uses: sarisia/actions-status-discord@v1
with:
title: 🔀 Pull Request 🔀
description: "# 빠빰"
content: "<@&1154312160575500298>"
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: FF0000

0 comments on commit 82aa80d

Please sign in to comment.