Skip to content

Merge pull request #222 from SemiWiki/main #13

Merge pull request #222 from SemiWiki/main

Merge pull request #222 from SemiWiki/main #13

name: Send notifications on PR
on:
pull_request:
types:
- opened
- reopened
branches:
- main
- dev
jobs:
send-discord-notification:
runs-on: ubuntu-latest
steps:
- name: Send Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_FE }}
uses: Ilshidur/action-discord@ad5235de713df3ef38022185499b02ffe93b7efe
with:
args: |-
<@&1399317380735434775>
`[${{ github.event.pull_request.head.ref }} - ${{ github.event.pull_request.base.ref }}]` PR이 생성되었습니다.
${{ github.event.pull_request.html_url }}