[FE] feat#27#221#222 서바이벌 모드 구현 및 게임 종료 후 호스트 변경 구현 #20
Workflow file for this run
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: notify pr review | |
on: | |
pull_request: | |
types: [ review_requested ] | |
jobs: | |
notify: | |
runs-on: [ ubuntu-latest ] | |
steps: | |
- name: Notify PR Review | |
uses: naver/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
slackBotToken: ${{ secrets.SLACK_BOT_TOKEN }} |