🎨 전체 코드 리팩토링 및 테스트코드 작성 #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Discord Notifications | |
on: | |
pull_request: # pr - opened, reopened 이벤트 발생 시 discord 알림 | |
types: [opened, reopened] | |
jobs: | |
discordNotification: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Discord Github Notification | |
uses: Aleph-Kim/[email protected] | |
with: | |
discord-webhook-url: ${{ secrets.SPRINGBOT_WEBHOOK }} # secret key에 저장한 discord webhook url | |
language: "korean" # 필수 X | |
custom: true # 필수 X |