[FE] updatePosition 및 chatMessage 이벤트 배치 적용 및 디자인 변경 #102
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 }} |